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