NBTExplorer/Substrate/Makefile
2011-04-06 04:39:11 +00:00

4 lines
No EOL
119 B
Makefile

SRCS=*.cs Map/*.cs Map/NBT/*.cs Map/Util/*.cs Zlib/*.cs NDesk/*.cs
all: $(SRCS)
gmcs -out:nbtoolkit.exe $(SRCS)