Artifact 00843a9ae2199a178669b2d605d7800b24ca773f
- File
src/Makefile
- 2012-07-15 13:27:45 - part of checkin [3014ab5a8a] on branch trunk - Clean up. (user: kinaba) [annotate]
# 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