diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ ifeq ($(strip $(DEBUG)),true) CFLAGS += -g -DDEBUG endif -all: Makefile inotail +all: inotail inotail: inotail.o %.o: %.c %.h |
index : inotail.git | ||
inotify enhanced tail | Tobias Klauser |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -23,7 +23,7 @@ ifeq ($(strip $(DEBUG)),true) CFLAGS += -g -DDEBUG endif -all: Makefile inotail +all: inotail inotail: inotail.o %.o: %.c %.h |