aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-07-11 22:09:18 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-07-11 22:09:18 +0100
commitd8d566ddfc9535dd773d942c7e874b875cd803b4 (patch)
tree987779ae55454d2db9f98ca7c80160c9ef617450 /src/Makefile
parent26ab42af5d43c641237a59ca12c97143c5fb571b (diff)
downloadgold-mine-run-d8d566ddfc9535dd773d942c7e874b875cd803b4.tar.gz
gold-mine-run-d8d566ddfc9535dd773d942c7e874b875cd803b4.zip
Multiple stages
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index be1b0e1..5815e88 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -11,7 +11,7 @@ LIBS := -lmikmod
IMGS := $(wildcard ../data/*.png)
IMG_OBJS := $(IMGS:../data/%.png=%.o)
-MAPS := ../data/stage.json
+MAPS := $(wildcard ../data/*.json)
MAP_OBJS := $(MAPS:../data/%.json=%.o)
WAVS := $(wildcard ../data/*.wav)