Differences From Artifact [01a4f7a0531dae71]:
- File        
src/Makefile
- 2012-07-15 06:08:21 - part of checkin [aa90e51f80] on branch trunk - Added Makefile for explainment for judges. I don't use it usually. (user: kinaba) [annotate]
 
 
To Artifact [00843a9ae2199a17]:
- File        
src/Makefile
- 2012-07-15 13:27:45 - part of checkin [3014ab5a8a] on branch trunk - Clean up. (user: kinaba) [annotate]
 
 
     1      1   # To build, the following packages are needed.
     2      2   #   wget http://ftp.digitalmars.com/dmd_2.059-0_i386.deb
     3      3   #   sudo apt-get install gcc gcc-multilib
     4      4   #   sudo pkg -i dmd_2.059-0_i386.deb
     5      5   
     6      6   all:
     7         - dmd -O -release -inline -oflifter cui_auto_main.d driver.d game.d output.d solver.d util.d
            7  + dmd -O -release -inline -oflifter main.d driver.d game.d output.d solver.d util.d
            8  +
            9  +gui:
           10  + dmd -O -release -inline -ofgui_lifter gui_main.d driver.d game.d output.d solver.d util.d