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