kiss-ntpd/Makefile

9 lines
74 B
Makefile
Raw Normal View History

2017-06-20 10:26:39 -04:00
debug:
cargo build
release:
cargo build --release
clean:
cargo clean