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