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