ADDED src/Makefile Index: src/Makefile ================================================================== --- src/Makefile +++ src/Makefile @@ -0,0 +1,7 @@ +# 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 cui_auto_main.d driver.d game.d output.d solver.d util.d