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