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