ref: 8b811edf951fddc747cc9596b43ea009d92b9ad7 dir: /Makefile/
all: debug .PHONY: debug debug: @./tool build debug orca .PHONY: release release: @./tool build release orca .PHONY: clean clean: @./tool clean