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

12 lines
397 B
Makefile
Raw Normal View History

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