Makefile.opt
author viric@llimona
Sun, 07 May 2006 16:28:04 +0200
changeset 17 7c1e68c17c0e
parent 11 dcfe4d2d4387
permissions -rw-r--r--
Corrected some bugs. Now the algorithm should work for 1-level dependencies. (that's how it seems)

CC=gcc

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

include Makefile.deps