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