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