From 66ea7a687bb7971c0ed37a701d5cc027597d5ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?b=CA=B0edoh=E2=82=82=20sw=C3=A9?= Date: Mon, 27 May 2024 16:18:08 +0500 Subject: [PATCH] Make "release" a requirement for "run". --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 429717e..e397006 100644 --- a/Makefile +++ b/Makefile @@ -33,5 +33,5 @@ clean: pack result.jar: $(CLS) $(JAVA_HOME)/bin/jar -cmf META-INF/MANIFEST.MF result.jar -C build . -C res . -run: +run: release $(EMULATOR) result.jar