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