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