ref: 423bc4a50137096f373967f7bb6f0bddc27725cd dir: /Makefile/
all: debug .PHONY: debug debug: @./tool build debug .PHONY: release release: @./tool build release .PHONY: clean clean: @./tool clean