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