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