octomation / makefiles

🗂 Set of useful Makefiles.

Home Page:https://makefiles.octolab.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implement verbose mode for complex rules

kamilsk opened this issue · comments

AT := @

verbose:
	$(eval AT :=)
	@echo > /dev/null
.PHONY: verbose

candidates:

  • rmdir
  • deps-update, deps-update-all
  • toolset
  • hooks
  • git-check