Fix the "all" target in the Makefile.

This commit is contained in:
bʰedoh₂ swé 2024-05-26 04:16:04 +05:00
parent 9b2e84c98f
commit 2a4d353aa4

View File

@ -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