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