SRC		= ../src

CC		= gcc 
COPTS   	= -ansi -O -w
EXTRA_DEF	= "-DRELEASE=\"v1.1\""

all:	fpp

include ../src/Makefile.common
