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