monorepo/kifu/gtk/Makefile

11 lines
169 B
Makefile
Raw Permalink Normal View History

2023-05-04 00:29:49 +00:00
release:
cargo build --release
dev:
export CONFIG=.
2023-05-04 00:49:20 +00:00
cargo watch -x 'run --bin kifu-gtk'
2023-06-15 03:48:09 +00:00
screenplay:
cargo watch -x 'run --bin screenplay --features="screenplay"'