jaredhanson/bootable

View on GitHub
support/mk/notes.mk

Summary

Maintainability
Test Coverage
NOTES ?= 'TODO|FIXME'

notes:
    grep -Ern $(NOTES) $(SOURCES) $(TESTS)


.PHONY: notes