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