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