steed/games/Makefile.windows
2009-11-20 08:39:10 +00:00

6 lines
159 B
Makefile

all:
install:
for /D %%f in (*) do ( if not exist "..\bin\games\%%f" mkdir "..\bin\games\%%f" )
for /D %%f in (*) do ( copy /Y %%f ..\bin\games\%%f )
clean: