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