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