
#
# $Id: makeconfig,v 1.3 2006/12/29 17:47:02 francesco Exp $
#

# option are: std, pentium, debug
BUILD_FLAG = debug

CC = gcc
CFLAGS = -g -Wall
         
