Makefile: add gmon.out in clean target

This commit is contained in:
2021-12-20 12:44:43 +01:00
parent 9d9b111e2c
commit 43378e9366

View File

@@ -52,7 +52,7 @@ ex2: aoc-c
@$(TIME) aoc-c -p 2 < $(INPUT) @$(TIME) aoc-c -p 2 < $(INPUT)
clean: clean:
@rm -f aoc-c core* @rm -f aoc-c core* gmon.out
.c: .c:
@echo compiling $< @echo compiling $<