init AoC 2022, cleanup useless files

This commit is contained in:
2022-12-01 07:50:35 +01:00
parent 58ba8b4ab8
commit 0fb4219c92
40 changed files with 3614 additions and 327 deletions

View File

@@ -24,7 +24,7 @@ ex2: ex12-c
@$(TIME) ex12-c 2 < $(INPUT) 2>&1
clean:
@rm -f ex1-c ex2-c core
@rm -f ex12-c core
deploy:
@$(MAKE) -C .. deploy