monorepo/otg/gtk/Makefile

11 lines
168 B
Makefile
Raw Normal View History

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