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