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