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