steed/games/Makefile.windows

6 lines
159 B
Makefile
Raw Normal View History

2009-08-26 08:25:53 +03:00
all:
install:
2009-11-20 10:39:10 +02:00
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 )
2009-08-26 08:25:53 +03:00
clean: