This repository has been archived on 2019-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
adventin/games/Makefile.windows
2009-11-19 20:08:34 +00:00

10 lines
360 B
Makefile

all:
install:
if not exist ..\bin\games\tutorial2 mkdir ..\bin\games\tutorial2
copy tutorial2 ..\bin\games\tutorial2
if not exist ..\bin\games\tutorial2-en mkdir ..\bin\games\tutorial2-en
copy tutorial2-en ..\bin\games\tutorial2-en
if not exist ..\bin\games\tutorial2-es mkdir ..\bin\games\tutorial2-es
copy tutorial2-es ..\bin\games\tutorial2-es
clean: