diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 85d5bdd7..590b111e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,8 +3,8 @@ .NOTPARALLEL: all: maps conf maps: - ant -f tools/tmwcon/build.xml - java -jar tools/tmwcon/converter.jar client-data/ world/map/ + tools/tmx_converter.py client-data/ world/map/ + % : | %.example cp "$|" "$@" conf: \ |