all:		phttpget

phttpget:	phttpget.c

install:
	install -m 555 phttpget /usr/local/bin
