summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@xenon.tklauser.home>2006-08-13 18:15:37 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-08-13 18:15:37 +0200
commit7399405b6158b88b00d22fc298846bfa8b78f804 (patch)
tree3859374565410901ff2256f385e371a8e565ebdd /Makefile
parentec7b2f6a8a3566b0158d7b2c6573e5cb1ef845b7 (diff)
Also delete these from Makefile
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 $@