Artifact Content
Not logged in

Artifact 00843a9ae2199a178669b2d605d7800b24ca773f


# To build, the following packages are needed.
#   wget http://ftp.digitalmars.com/dmd_2.059-0_i386.deb
#   sudo apt-get install gcc gcc-multilib
#   sudo pkg -i dmd_2.059-0_i386.deb

all:
	dmd -O -release -inline -oflifter main.d driver.d game.d output.d solver.d util.d

gui:
	dmd -O -release -inline -ofgui_lifter gui_main.d driver.d game.d output.d solver.d util.d