summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-11-20 17:20:43 +0100
committerNao Pross <naopross@thearcway.org>2018-11-20 17:20:43 +0100
commit5c6a5c42dd4d25a4bd6e1d6e8bf886ec8c318286 (patch)
treef5096350019cfd6082b6b6a6199c155d74cc6790
parentAdd Game class, fix GameWindow's scene loading / management (diff)
downloadSubconscious-java-5c6a5c42dd4d25a4bd6e1d6e8bf886ec8c318286.tar.gz
Subconscious-java-5c6a5c42dd4d25a4bd6e1d6e8bf886ec8c318286.zip
Update Makefile
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6029251..aa65eb0 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ endif
.PHONY: all run pack classes dirs clean
all: classes
-classes:
+classes: dirs
$(JAVAC) $(JAVAC_ARGS) -d build $(SOURCES)
.ONESHELL: