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

10 lines
360 B
Makefile
Raw Normal View History

2009-08-26 08:25:53 +03:00
all:
install:
2009-09-14 15:35:20 +03:00
if not exist ..\bin\games\tutorial2 mkdir ..\bin\games\tutorial2
2009-09-14 16:42:34 +03:00
copy tutorial2 ..\bin\games\tutorial2
2009-09-15 07:40:50 +03:00
if not exist ..\bin\games\tutorial2-en mkdir ..\bin\games\tutorial2-en
copy tutorial2-en ..\bin\games\tutorial2-en
2009-11-19 22:08:34 +02:00
if not exist ..\bin\games\tutorial2-es mkdir ..\bin\games\tutorial2-es
copy tutorial2-es ..\bin\games\tutorial2-es
2009-08-26 08:25:53 +03:00
clean: