#
# Set APXS to apxs full path on your system
#
APXS=apxs

all:
	${APXS} -i -a -c mod_tsunami.c

clean:
	rm -fr *~ docs/*~ *.o *.so
