summaryrefslogtreecommitdiff
path: root/tools/mapjson
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-08-01 21:04:28 -0400
committerGitHub <noreply@github.com>2019-08-01 21:04:28 -0400
commit201418cd4d3e0c96b8f7f99e6242f2a08b5041b7 (patch)
tree57cbe7905db69e8f7e88327c0d665b49f2dd67fb /tools/mapjson
parent00cf527c16d02fc912666d97a49dc7fedf996225 (diff)
parent6032159d1bc099d4ed112e5e387ebba1d35fe6a9 (diff)
Merge pull request #87 from PikalaxALT/title_screen
Title screen
Diffstat (limited to 'tools/mapjson')
-rw-r--r--tools/mapjson/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/mapjson/Makefile b/tools/mapjson/Makefile
index d09acad50..9a49be506 100644
--- a/tools/mapjson/Makefile
+++ b/tools/mapjson/Makefile
@@ -6,7 +6,10 @@ SRCS := json11.cpp mapjson.cpp
HEADERS := mapjson.h
-.PHONY: clean
+.PHONY: all clean
+
+all: mapjson
+ @:
mapjson: $(SRCS) $(HEADERS)
$(CXX) $(CXXFLAGS) $(SRCS) -o $@ $(LDFLAGS)