getwwwpage: getwwwpage.c
	gcc -o $@ $^

clean:
	rm -f getwwwpage
