diff --git a/Makefile b/Makefile index 49c3211..0b6f074 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ KOTLINFLAGS = -cp $(HEADERS) -d jars/classes.jar -jvm-target 1.8 -include-runtim .PHONY: all clean -all: translate +all: release jars/classes.jar: $(SRCS) @mkdir -p jars