ref: 742baabb89ff3e22ad6ef5e91c0a4c8c7873f09a dir: /Makefile/
all: debug .PHONY: debug debug: @./tool build debug orca .PHONY: release release: @./tool build release orca .PHONY: clean clean: @./tool clean