--- Makefile +++ Makefile 2003-10-23 21:05:26.000000000 +0000 @@ -1,5 +1,5 @@ smet2html: smet2html.c - gcc -Wall -o smet2html smet2html.c + gcc $(CFLAGS) -Wall -o smet2html smet2html.c clean: rm smet2html 2>/dev/null || /bin/true