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