From 32ed1a24649a9546f682f9d105cf973cdc59f047 Mon Sep 17 00:00:00 2001 From: Savanni D'Gerinel Date: Wed, 14 Jun 2023 23:48:09 -0400 Subject: [PATCH] Add a rule for starting the screenplay --- kifu/gtk/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kifu/gtk/Makefile b/kifu/gtk/Makefile index 2297add..be968cd 100644 --- a/kifu/gtk/Makefile +++ b/kifu/gtk/Makefile @@ -3,3 +3,7 @@ release: dev: cargo watch -x 'run --bin kifu-gtk' + +screenplay: + cargo watch -x 'run --bin screenplay --features="screenplay"' +