diff -r e5d0f7cba122 -r bb3bb8584190 Makefile.opt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile.opt Sun May 07 13:33:25 2006 +0200 @@ -0,0 +1,6 @@ +CC=gcc + +# OPT +CFLAGS=-march=athlon-xp -pipe -O3 -Wall + +include Makefile.deps