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