From 2a4d353aa483fd46cac7bf475b55507bb05dba14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?b=CA=B0edoh=E2=82=82=20sw=C3=A9?= Date: Sun, 26 May 2024 04:16:04 +0500 Subject: [PATCH] Fix the "all" target in the Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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