ref: 303324cf9a39ae484e2f7de0dcf4b1fef6cb98e0
dir: /Makefile/
all: release .PHONY: debug debug: @./tool build -d --portmidi orca .PHONY: release release: @./tool build --portmidi orca @echo "Executable program saved as: build/orca" >&2 @echo "To run it, simply execute it:" >&2 @echo "$$ build/orca" >&2 .PHONY: clean clean: @./tool clean