ALL: hello hello.o: hello.c gcc -Wall -c hello.c hello: hello.o gcc -o hello hello.o clean: rm -f hello.o hello .PHONY: clean