hello:
	rustc hello.rs

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

clean distclean:
	-rm hello
