%.jar: %.kt
	kotlinc -include-runtime $< -d $@

.PHONY: test
test: day$(day)/day$(day).jar
	cd day$(day); java -jar day$(day).jar