ref: 1e85c4cff127d4822e55f7f71ce76a5367893263 dir: /Makefile/
all: debug .PHONY: debug debug: @./tool build debug .PHONY: release release: @./tool build release .PHONY: clean clean: @./tool clean