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