libbolt/Makefile

9 lines
63 B
Makefile
Raw Normal View History

2018-02-24 00:12:58 -08:00
.PHONY: all
all:
cargo build
cargo run
clean:
cargo clean