default :
	@echo make build
	@echo   Free Pascal Compiler 3.2.0 required
	@echo   see sources of the game in proj/games/ant
	@echo   see result in proj/games/ant/build/ant-windows-i386/
	@echo   see temporary files in proj/.release/

build :
	cd proj/games/ant && make
