NBTExplorer/Substrate/Makefile

4 lines
119 B
Makefile
Raw Normal View History

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