From 5fbff003b6bdab6ce0030411f815132c49ee9192 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Mon, 2 Sep 2013 19:58:21 +1200 Subject: [PATCH] Remove ref to labs --- etc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/Makefile b/etc/Makefile index 2c56215..83d4e5a 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -9,7 +9,7 @@ # the applications looking for #includes. # It also creates the doc directories and the callgraphs, etc. -APPDIRS = $(filter-out ../apps/README ../lab1/Makefile ../lab2/Makefile ../Makefile, $(wildcard ../apps/*/ ../lab*/*/)) +APPDIRS = $(filter-out ../apps/README ../Makefile, $(wildcard ../apps/*/ ../lab*/*/)) DOCDIRS = $(addsuffix /doc, $(APPDIRS)) # Don't link against test-scaffold if directly accessing harware