diff options
author | Tobias Klauser <tklauser@xenon.tklauser.home> | 2006-08-13 18:15:37 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2006-08-13 18:15:37 +0200 |
commit | 7399405b6158b88b00d22fc298846bfa8b78f804 (patch) | |
tree | 3859374565410901ff2256f385e371a8e565ebdd /Makefile | |
parent | ec7b2f6a8a3566b0158d7b2c6573e5cb1ef845b7 (diff) |
Also delete these from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 $@ |