diff options
-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 |