summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 74d549b..0634145 100644
--- a/Makefile
+++ b/Makefile
@@ -7,14 +7,12 @@ ifeq ($(strip $(DEBUG)),true)
CFLAGS += -g -DDEBUG
endif
-PROGRAMS := inotail inotail-simple inotify-watchdir simpletail
+PROGRAMS := inotail inotify-watchdir simpletail
all: $(PROGRAMS)
inotail: inotail.o
-inotail-simple: inotail-simple.o
-
inotify-watchdir: inotify-watchdir.o
simpletail: simpletail.o