Add aoc03.
This commit is contained in:
12
03-joltage/Makefile
Normal file
12
03-joltage/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
all: test
|
||||
|
||||
.PHONY: test clean
|
||||
|
||||
aoc3: aoc3.c
|
||||
cc -O2 -o $@ $<
|
||||
|
||||
clean:
|
||||
-rm -f aoc3
|
||||
|
||||
test: aoc3
|
||||
./aoc3 < input01.txt
|
||||
Reference in New Issue
Block a user