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