From da96658a00c09f0c150718c9e23d6970df300761 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 4 Apr 2006 13:38:18 +0200 Subject: Remove inotail-simple from Makefile --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf