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