docmachine-containers/tasks/utils.mk

11 lines
121 B
Makefile

# vim: set ft=make :
##
## Utilities
##
fixme:
@egrep --color -rni '(fixme)' $(DOCS_DIR) $(SLIDES_DIR)
.PHONY: fixme