Artifact Content
Not logged in

Artifact 6a3a85034044348b0915cf22e16119807fe7e700


# 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
#
# Optional GUI is Windows only. Need to install DFL (http://github.com/Rayerd/dfl).

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

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

clean:
	rm -f *.obj *.o *.exe *.deps