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