Makefile.opt
author viric@llimona
Sun, 07 May 2006 13:34:25 +0200
changeset 25 b37843173279
parent 24 bb3bb8584190
permissions -rw-r--r--
Porting from sokoban/caixes the show_map changes. Corrects possible sigsegv because of actual_map. Better separation of sigalarm display / not-signal display.

CC=gcc

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

include Makefile.deps