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