.PHONY: all all: bin/compile .PHONY: release release: bin/make_release .PHONY: clean clean: bin/clean