forked from mirrors/NBTExplorer
4 lines
119 B
Makefile
4 lines
119 B
Makefile
|
SRCS=*.cs Map/*.cs Map/NBT/*.cs Map/Util/*.cs Zlib/*.cs NDesk/*.cs
|
|||
|
|
|||
|
all: $(SRCS)
|
|||
|
gmcs -out:nbtoolkit.exe $(SRCS)
|