From 520c98ddaeb47120d49081adb8e1246524e22ed6 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 17:25:53 +0500 Subject: [PATCH] Account for all files. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e397006..8536e1c 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ all: pack $(CLS): $(OUT_DIR)/%.class: $(SRC_DIR)/%.java mkdir -p build - $(JC) $(JCFLAGS) $< + $(JC) $(JCFLAGS) $? clean: rm -rf build/