diff --git a/watch-build b/watch-build index 20c15a0..7616459 100755 --- a/watch-build +++ b/watch-build @@ -1,3 +1,3 @@ #!/bin/sh -watchexec -w tests -w modules -w game.scm make +watchexec -w . -d 2000 make