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