From 72ecc9072d99510f9bd08b07de4aac51fe253e68 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 8 Dec 2006 18:30:13 +0100 Subject: Makefile: Remove dependency on Makfile from all target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 13b67c3..88f7770 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ ifeq ($(strip $(DEBUG)),true) CFLAGS += -g -DDEBUG endif -all: Makefile inotail +all: inotail inotail: inotail.o %.o: %.c %.h -- cgit v1.2.3-54-g00ecf