mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Implement day 10, in Kotlin
This commit is contained in:
8
2017/day-10/Makefile
Normal file
8
2017/day-10/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
.PHONY: all
|
||||
|
||||
all: solution.jar
|
||||
java -jar $<
|
||||
|
||||
solution.jar: solution.kt
|
||||
kotlinc $< -include-runtime -d $@
|
||||
|
||||
Reference in New Issue
Block a user