--- Makefile 2000/03/30 08:11:06 1.1 +++ Makefile 2000/04/18 07:36:39 1.2 @@ -1,8 +1,10 @@ +APXS_FLAGS=-DDEBUG + all: - /usr/local/apache/bin/apxs -c mod_ua_charset.c + /usr/local/apache/bin/apxs -c $(APXS_FLAGS) mod_ua_charset.c clean: - rm -f *.o *.so + rm -f *.o *.so *~ test: - wget --header='User-Agent: foo' --save-headers --proxy=off http://localhost -O out + wget --header='User-Agent: foo' --save-headers --proxy=off http://localhost/ -O out