
.PHONY = all clean

all:
	@(cd mod_http; make)
clean:
	@(cd mod_http; make clean)
