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