all: hello

install: hello
	install -D hello $(DESTDIR)/usr/bin/hello

clean:

distclean: clean

.PHONY: all install clean distclean
