ref: 3db0748fa5b7dea35262ab63c662212c7bc85f3f dir: /Makefile/
all: debug .PHONY: debug debug: @./tool build debug orca .PHONY: release release: @./tool build release orca .PHONY: clean clean: @./tool clean