From f2edfd5037e6dd4fa10e00b64cbd62f6cc50daa1 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 21 May 2016 10:48:26 +0200 Subject: Also pass event->name through; inotify_loop_forever --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8ff77c4..d24c3a1 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3