Makefile.opt
author viric@llimona
Sun, 07 May 2006 15:28:39 +0200
changeset 16 fe078fb2e8b4
parent 11 dcfe4d2d4387
permissions -rw-r--r--
Now I think the code works. There were some indexing mistakse, return instead of continue, etc.

CC=gcc

# OPT
CFLAGS=-march=athlon-xp -pipe -O3 -Wall

include Makefile.deps