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