2019 day 3 cleanup

This commit is contained in:
2022-09-20 13:39:08 +02:00
parent dbfc914efb
commit ffb27a8338
5 changed files with 65 additions and 122 deletions

View File

@@ -51,7 +51,7 @@ export PATH := .:$(PATH)
all: README.org ex1 ex2
memcheck: memcheck1
memcheck: memcheck1 memcheck2
memcheck1: aoc-c
@$(VALGRIND) $(VALGRINDFLAGS) aoc-c -p 1 < $(INPUT)