--- sources/Makefile	Mon Aug 30 13:19:03 2004
+++ sources/Makefile.new	Mon Aug 30 16:43:06 2004
@@ -1,7 +1,7 @@
 #Change the following to your needs
 CC = gcc
 #insert here flags, eg. optimizations
-CFLAGS = -Wall -Os 
+CFLAGS = -Wall -O2 -DPREFIX=$(PREFIX)
 LIBS = 
 SRCS = main.c handlers.c mime.c log.c
 OBJS = main.o handlers.o mime.o log.o
