ref: 996652ee82406485cfef4b5dbaeb2743c4a00db7 dir: /Makefile/
all: debug .PHONY: debug debug: @./tool build debug orca .PHONY: release release: @./tool build release orca .PHONY: clean clean: @./tool clean