From 463868124c3d4fd704772970d7afe169ec298c52 Mon Sep 17 00:00:00 2001 From: TakeV Date: Sun, 26 May 2024 18:58:37 -0400 Subject: [PATCH] Only watch important folders for test watcher --- watch-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch-build b/watch-build index c05728e..20c15a0 100755 --- a/watch-build +++ b/watch-build @@ -1,3 +1,3 @@ #!/bin/sh -watchexec -w . make \ No newline at end of file +watchexec -w tests -w modules -w game.scm make