monorepo/kifu/gtk/Makefile

6 lines
75 B
Makefile
Raw Normal View History

2023-05-04 00:29:49 +00:00
release:
cargo build --release
dev:
2023-05-04 00:49:20 +00:00
cargo watch -x 'run --bin kifu-gtk'