diff options
author | Marvin Borner | 2020-06-10 16:31:03 +0200 |
---|---|---|
committer | Marvin Borner | 2020-06-10 16:31:03 +0200 |
commit | 05cba7f561eb1fb6a1747a472d19f60b33eaa002 (patch) | |
tree | 4ecb61c1c38df285b39238fd95c6d4e4a2aaaf55 | |
parent | 52fcc57f84bf1c5fbcae1de466ec770c0831a1b7 (diff) |
Oops
-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) |