From 835321468ef83d421cd0f70f4fcbdea51b2776b9 Mon Sep 17 00:00:00 2001 From: solar Date: Sun, 9 Oct 2011 11:17:58 +0000 Subject: [PATCH] Improved by Caleb1994 of osdev.org. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4d9a401..fa2976a 100644 --- a/Makefile +++ b/Makefile @@ -77,10 +77,10 @@ srcdist: @tar czf pdclib.tgz $(ALLFILES) todos: - -@for file in $(ALLFILES); do grep -H TODO $$file; done; true + -@for file in $(ALLFILES:Makefile=); do grep -H TODO $$file; done; true fixmes: - -@for file in $(ALLFILES); do grep -H FIXME $$file; done; true + -@for file in $(ALLFILES:Makefile=); do grep -H FIXME $$file; done; true find: @find functions/ includes/ internals/ platform/ -name "*\.[ch]" -type f | xargs grep $$FIND -- 2.40.0