ips/Makefile

15 lines
194 B
Makefile
Raw Normal View History

2021-04-26 19:13:53 -03:00
.PHONY: all release test clean
2021-04-25 21:05:28 -03:00
2021-04-26 19:13:53 -03:00
all: clean release
2021-04-25 21:05:28 -03:00
test:
cargo test
2021-04-26 19:13:53 -03:00
clean:
rm -rf target artifacts
2021-04-25 21:05:28 -03:00
release:
cargo build --release
2021-04-26 19:13:53 -03:00
mkdir -p artifacts
2021-04-25 21:05:28 -03:00
cp target/release/pkg6dev artifacts/