shithub: orca

ref: 14c8610315e980655e7e9db9e5907ca1a7a0c4e9
dir: /Makefile/

View raw version
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