From 3182088da1d2e0515961f2ba5f530fd84391e4c6 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:26:09 +0500 Subject: [PATCH] Account for all files. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e328b1..a22b009 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: release jars/classes.jar: $(SRCS) @mkdir -p jars - $(KOTLINC) $(KOTLINFLAGS) $< + $(KOTLINC) $(KOTLINFLAGS) $? clean: rm -rf jars/