From 05cba7f561eb1fb6a1747a472d19f60b33eaa002 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 10 Jun 2020 16:31:03 +0200 Subject: Oops --- .boilerplates/c/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.boilerplates') 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) -- cgit v1.2.3