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