summaryrefslogtreecommitdiff
path: root/tools/mapjson
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-07-30 19:50:52 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-07-30 19:50:52 -0400
commit23d917f7c89c1256f1e935a57d490816fd916f55 (patch)
tree7aa6a6b918dd3fc0b67818d4fbec03fb26b733a7 /tools/mapjson
parent1a34a06758175b4d39ee0a81c3441ac958d005fd (diff)
Quieter `make tools`
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)