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