1 2 3 4 5 6 7 8 9 10 11 12 13 14
build: cargo build test: cargo test --features "rustc-serialize_impls" package: clean cargo package --manifest-path tcod_sys/Cargo.toml cargo package clean: git clean -x -f -d .PHONY: build test package clean