shithub: orca

ref: e4562fa250aa010e1cab060acbe52da62454e9ce
dir: orca/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