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