diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,9 +11,15 @@ $(INO_OBJ): inotify_c.c test: test.icl $(wildcard *.*cl) $(INO_OBJ) $(CPM) project $@.prj build +test_reload: test_reload.icl $(wildcard *.*cl) $(INO_OBJ) + $(CPM) project $@.prj build + run_test: test ./test +run_test_reload: test_reload + while :; do ./test_reload; done + clean: rm -rfv Clean\ System\ Files |