Makefile.opt
author viric@llimona
Sun, 07 May 2006 13:33:25 +0200
changeset 24 bb3bb8584190
permissions -rw-r--r--
Porting from sokoban/caixes the makefile system.

CC=gcc

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

include Makefile.deps