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