steed/stead/Makefile.windows

10 lines
190 B
Makefile
Raw Normal View History

2009-08-26 08:25:53 +03:00
clean:
all: stead.lua
install:
if not exist ..\bin\stead mkdir ..\bin\stead
copy stead.lua ..\bin\stead
2009-09-20 13:21:11 +03:00
copy gui.lua ..\bin\stead
2010-06-07 16:41:22 +03:00
copy goto.lua ..\bin\stead
copy xobj.lua ..\bin\stead