10 lines
121 B
Makefile
10 lines
121 B
Makefile
# vim: set ft=make :
|
|
|
|
##
|
|
## Utilities
|
|
##
|
|
|
|
fixme:
|
|
@egrep --color -rni '(fixme)' $(DOCS_DIR) $(SLIDES_DIR)
|
|
|
|
.PHONY: fixme
|