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