mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2026-04-09 23:33:30 +00:00
day-13
This commit is contained in:
10
day-13/makefile
Normal file
10
day-13/makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
TEST="test.txt"
|
||||
INPUT="input.txt"
|
||||
|
||||
test:
|
||||
cat $(TEST) | go run .
|
||||
|
||||
run:
|
||||
cat $(INPUT) | go run .
|
||||
|
||||
all: test
|
||||
Reference in New Issue
Block a user