--- Makefile.orig	Wed Sep 24 12:29:55 2003
+++ Makefile	Wed Sep 24 12:30:19 2003
@@ -1,9 +1,9 @@
 #Put the C compiler (eg gcc) you used after =
-CC=gcc
+CC?=gcc
 
 #put the options (eg -Wall) after =
 # CFLAGS=-Wall -ansi -pedantic -g
-CFLAGS=-Wall -ansi -pedantic
+#CFLAGS=-Wall -ansi -pedantic
 
 #put .c program files (eg main.c, trunk.c) after=
 SRC=dem_parse.c dem_send.c ini.c init.c main.c qwz.c tools.c
