diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-19 14:08:55 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-19 14:19:55 -0700 |
commit | a185fab9ff741a8f1da3eb8cc2aef6860338e986 (patch) | |
tree | 9b2eefa5785696de2435c8afb60a2ba8a5bad22b /Makefile | |
parent | ee0ef0d8ce591a0c364f4f53130eb9581118d4cc (diff) | |
download | serverdata-a185fab9ff741a8f1da3eb8cc2aef6860338e986.tar.gz serverdata-a185fab9ff741a8f1da3eb8cc2aef6860338e986.tar.bz2 serverdata-a185fab9ff741a8f1da3eb8cc2aef6860338e986.tar.xz serverdata-a185fab9ff741a8f1da3eb8cc2aef6860338e986.zip |
Make converter nicer
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..dc5b5e29 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: maps +maps: + ant -f tools/tmwcon/build.xml + java -jar tools/tmwcon/converter.jar client-data/ world/map/ |