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