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