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