ips/Makefile
2021-04-26 19:13:53 -03:00

15 lines
No EOL
194 B
Makefile

.PHONY: all release test clean
all: clean release
test:
cargo test
clean:
rm -rf target artifacts
release:
cargo build --release
mkdir -p artifacts
cp target/release/pkg6dev artifacts/