Makefile.opt
author viric@llimona
Fri, 16 Feb 2007 23:53:32 +0100
changeset 27 545f73869d65
parent 24 bb3bb8584190
permissions -rw-r--r--
Added USR1 status shower.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     1
CC=gcc
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     2
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     3
# OPT
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     4
CFLAGS=-march=athlon-xp -pipe -O3 -Wall
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     5
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     6
include Makefile.deps