diff options
-rw-r--r-- | .boilerplates/c/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.boilerplates/c/makefile b/.boilerplates/c/makefile index b3f9b64..7f33a3b 100644 --- a/.boilerplates/c/makefile +++ b/.boilerplates/c/makefile @@ -17,7 +17,7 @@ out/%.o: src/%.c clean: - rm -rf out/ $(TARGET) + rm -rf out/ -include $(OBJECTS:.o=.d) |