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