summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2547ca5..8ea4657 100644
--- a/Makefile
+++ b/Makefile
@@ -22,8 +22,6 @@ endif
all: Makefile inotail
inotail: inotail.o
-inotail-old: inotail-old.o
-inotify-watchdir: inotify-watchdir.o
%.o: %.c %.h
$(CC) $(CFLAGS) -c $< -o $@