From 43378e93663d743c4d51c7326525f2c1fff76c1d Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Mon, 20 Dec 2021 12:44:43 +0100 Subject: [PATCH] Makefile: add gmon.out in clean target --- 2021/day15/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $<