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