Makefile.opt
author viric@llimona
Sat, 17 Feb 2007 15:14:30 +0100
changeset 28 cd27cb410375
parent 24 bb3bb8584190
permissions -rw-r--r--
Recursivity changed into a loop. Now the state is loaded on boot, and saved on TERM.
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