update day25 Makefile

This commit is contained in:
2022-09-18 13:23:53 +02:00
parent 37a38bdc4a
commit c56f9ca769
2 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ export PATH := .:$(PATH)
.PHONY: clean all compile assembly memcheck memcheck1 memcheck2 ex1 ex2
all: ex1 ex2
all: ex1
memcheck: memcheck1
@@ -62,8 +62,8 @@ assembly: aoc-c.s
ex1: aoc-c
@$(TIME) aoc-c -p 1 < $(INPUT)
ex2: day_25a
@$(TIME) day_25a $(INPUT)
ex2: aoc-c
@$(TIME) aoc-c -p 2 < $(INPUT)
clean:
@rm -f aoc-c core* vgcore* gmon.out aoc-c.s

View File

@@ -9,5 +9,5 @@
- Days 2-18: Bash and C
- Days 19-22: Bash
#### Done 2021 (probably C only) :
- Day 1-22, 24: C
#### Done 2021 (C only) :
- Days 1-25: C