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