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-08-26 05:25:53 +00:00

12 lines
397 B
Makefile

all:
install:
if not exist ..\bin\games\cat mkdir ..\bin\games\cat
copy cat ..\bin\games\cat
if not exist ..\bin\games\cat\gfx mkdir ..\bin\games\cat\gfx
copy cat\gfx ..\bin\games\cat\gfx
if not exist ..\bin\games\cat\mus mkdir ..\bin\games\cat\mus
copy cat\mus ..\bin\games\cat\mus
if not exist ..\bin\games\tutorial mkdir ..\bin\games\tutorial
copy tutorial ..\bin\games\tutorial
clean: