steed/themes/Makefile.windows
2009-08-26 05:25:53 +00:00

8 lines
185 B
Makefile

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