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