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