all: hello

install:
	install -m 0755 hello $(DESTDIR)/usr/local/bin

clean:
	rm -f *.o hello

