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