Makefile.opt
changeset 24 bb3bb8584190
--- /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