Makefile.opt
author viric@llimona
Sun, 07 May 2006 13:24:07 +0200
changeset 14 086a72472196
parent 11 dcfe4d2d4387
permissions -rw-r--r--
Now the segfault problem for actual_map is solved in os.c

CC=gcc

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

include Makefile.deps