Makefile.opt
changeset 11 dcfe4d2d4387
parent 7 834620831e7a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile.opt	Sun May 07 01:30:29 2006 +0200
@@ -0,0 +1,6 @@
+CC=gcc
+
+# OPT
+CFLAGS=-march=athlon-xp -pipe -O3 -Wall
+
+include Makefile.deps