diff options
author | Camil Staps | 2016-05-21 10:48:26 +0200 |
---|---|---|
committer | Camil Staps | 2016-05-21 10:48:26 +0200 |
commit | f2edfd5037e6dd4fa10e00b64cbd62f6cc50daa1 (patch) | |
tree | b99defa2382d269cd502bafaa3c05dd265e01a7e /Makefile | |
parent | 80 chars (diff) |
Also pass event->name through; inotify_loop_forever
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 |