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