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