ips/Makefile

12 lines
146 B
Makefile
Raw Normal View History

2021-04-25 21:05:28 -03:00
.PHONY: all release test
all: release
test:
cargo test
release:
cargo build --release
mkdir artifacts
cp target/release/pkg6dev artifacts/