diff --git a/etc/Makefile b/etc/Makefile index 53bf366..472481a 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -13,7 +13,7 @@ APPDIRS = $(filter-out ../apps/README ../Makefile, $(wildcard ../apps/*/ )) DOCDIRS = $(addsuffix /doc, $(APPDIRS)) # Don't link against test-scaffold if directly accessing harware -FOO = $(shell grep -l "\" ../lab*/*/*.c) +FOO = $(shell grep -l "\" ../*/*/*.c) DUDDIRS = $(foreach filename, $(FOO), $(dir $(filename))) TESTDIRS = $(filter-out $(DUDDIRS), $(APPDIRS))