diff options
author | Tobias Klauser <tklauser@xenon.localdomain> | 2006-04-04 13:38:18 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.localdomain> | 2006-04-04 13:38:18 +0200 |
commit | da96658a00c09f0c150718c9e23d6970df300761 (patch) | |
tree | 62277eae544d9edb954bdba1a2a9884cbd110743 | |
parent | 9c37d08201c9ebaf5eb85245138f9ec8c49f07dc (diff) |
Remove inotail-simple from Makefile
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |