.PHONY: all all: hellorust hellorust: hellorust.rs rustc -g hellorust.rs .PHONY: clean clean: rm -f hellorust