Artifact Content
Not logged in

Artifact de085b80552536402f1ef3e395176a9d94d6fbc8


# 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 *.obj *.o *.exe *.deps