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