diff options
author | Christian Pointner <equinox@anytun.org> | 2009-01-28 21:34:07 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-01-28 21:34:07 +0000 |
commit | 11c5d7696591086aa265e44b3cd0982b6a2f67ca (patch) | |
tree | 5b2f7979cae3933769ea11ee093cbc0f49c685aa | |
parent | reenabled ld-kdr (diff) |
readded phony targets to makefile
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 5488bfe..6f1df77 100644 --- a/src/Makefile +++ b/src/Makefile @@ -56,6 +56,8 @@ endif SRC := $(OBJ:%.o=%.c) +.PHONY: distclean clean + all: $(EXECUTABLE) %.d: %.c |