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