From 563028f6dbaad33152a873ca68f4b619839a9589 Mon Sep 17 00:00:00 2001 From: "admin@omencraft.com" Date: Fri, 4 Nov 2011 16:27:11 +0000 Subject: Changes to the denotch map converter. Now runs 20 times faster than before. Not done yet. git-svn-id: http://mc-server.googlecode.com/svn/trunk@55 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- converter/makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 converter/makefile (limited to 'converter/makefile') diff --git a/converter/makefile b/converter/makefile new file mode 100644 index 000000000..50cbf7433 --- /dev/null +++ b/converter/makefile @@ -0,0 +1,2 @@ +all: + g++ main.cpp cNBTData.cpp cTimer.cpp cQuicksort.cpp -lz -o denotch -- cgit v1.2.3