Add little makefile
Use as `make test day=x`
This commit is contained in:
parent
80cdaf5abd
commit
af4491d09c
1 changed files with 6 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
%.jar: %.kt
|
||||
kotlinc -include-runtime $< -d $@
|
||||
|
||||
.PHONY: test
|
||||
test: day$(day)/day$(day).jar
|
||||
cd day$(day); java -jar day$(day).jar
|
Loading…
Add table
Add a link
Reference in a new issue