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