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