From f020c2ca1ef336cee116ec3df47a984289c2c18e Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Wed, 26 Jan 2011 17:35:10 +0100 Subject: fix framework makefile to ignore TODO file Signed-off-by: Manuel Traut --- frameworks/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frameworks') diff --git a/frameworks/Makefile b/frameworks/Makefile index c0c47ad..0a202ea 100644 --- a/frameworks/Makefile +++ b/frameworks/Makefile @@ -1,4 +1,4 @@ -SUBDIRS = `ls -1 | grep -v *.tex | grep -v Makefile` +SUBDIRS = `ls -1 | grep -v *.tex | grep -v Makefile | grep -v TODO` all clean:: for dir in $(SUBDIRS) ; do \ -- cgit v1.2.3