diff options
| author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-08-03 06:59:28 +0800 |
|---|---|---|
| committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-08-03 06:59:28 +0800 |
| commit | 26a71921863214c4eb0af3f8320c321b51d0102e (patch) | |
| tree | c39d533ff9ac7af61b69507577493316f3ffc4ea /tools/mapjson | |
| parent | 6a063cf74ad8168e9080c1f3be20e5dfe3c3187c (diff) | |
| parent | d58bf398b2b83a326d23d14d531de7f45a1058bb (diff) | |
Merge branch 'master' into battle
Diffstat (limited to 'tools/mapjson')
| -rw-r--r-- | tools/mapjson/Makefile | 5 |
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) |
