4 lines
71 B
Makefile
4 lines
71 B
Makefile
|
|
all:
|
||
|
|
kotlinc main.kt -include-runtime -d main.jar
|
||
|
|
java -jar main.jar
|