summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@xenon.localdomain>2006-04-04 13:38:18 +0200
committerTobias Klauser <tklauser@xenon.localdomain>2006-04-04 13:38:18 +0200
commitda96658a00c09f0c150718c9e23d6970df300761 (patch)
tree62277eae544d9edb954bdba1a2a9884cbd110743
parent9c37d08201c9ebaf5eb85245138f9ec8c49f07dc (diff)
Remove inotail-simple from 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