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