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