
main: hello.php makefile
	php -q -f hello.php > out
	cat out

clean:
	rm -f out
