diff options
Diffstat (limited to 'converter/makefile')
-rw-r--r-- | converter/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |