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