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