ref: b4b4c6cc16d590058879cbacfe4e7cfc4c66215a dir: /Makefile/
all: debug .PHONY: debug debug: @./tool build debug orca .PHONY: release release: @./tool build release orca .PHONY: clean clean: @./tool clean