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