diff --git a/2021/day15/Makefile b/2021/day15/Makefile index d197625..529acac 100644 --- a/2021/day15/Makefile +++ b/2021/day15/Makefile @@ -52,7 +52,7 @@ ex2: aoc-c @$(TIME) aoc-c -p 2 < $(INPUT) clean: - @rm -f aoc-c core* + @rm -f aoc-c core* gmon.out .c: @echo compiling $<