day19: cosmetic changes

This commit is contained in:
2022-01-22 20:18:15 +01:00
parent 5346b0e7fa
commit 2692f3f621
2 changed files with 3 additions and 7 deletions

View File

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