Makefile.opt
author viric@llimona
Sun, 07 May 2006 19:31:05 +0200
changeset 19 d46184674fe7
parent 11 dcfe4d2d4387
permissions -rw-r--r--
Added a variable managing the output file handle (stdout,stderr)

CC=gcc

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

include Makefile.deps