Mercurial > hg > Members > kent > N-BodyProblem
changeset 4:5535e1d5e693 default tip
add python programs.
turing machine simulater,
finite statemachine simulator,
card game.
author | kent |
---|---|
date | Sun, 20 Jul 2008 22:11:48 +0900 |
parents | 01290d71ef9c |
children | |
files | Makefile main_GL.cbc |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri May 30 12:36:59 2008 +0900 +++ b/Makefile Sun Jul 20 22:11:48 2008 +0900 @@ -1,8 +1,9 @@ -CbCC = ~/work/cvs_tmp/CbC_project/build-dir/INSTALL-DIR/bin/gcc +#CbCC = ~/work/cvs_tmp/CbC_project/build-dir/INSTALL-DIR/bin/gcc +CbCC = ~/work/GCC/CbC_project/build-dir/INSTALL-DIR/bin/gcc .SUFFIXES: .cbc .o -CFLAGS = -Wall -g -O0 +CFLAGS = -Wall -g -O2 INCLUDES = `sdl-config --cflags` LIBS = `sdl-config --libs` -lm