all:
	gcc -o hello hello.c

install:
	install -D --mode 555 hello ${DESTDIR}/usr/bin/hello