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