From df821a8e61cd4a7d1af49220adce9648218768b9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 28 Apr 2015 15:04:13 +0200 Subject: [PATCH] Make make check work from top-level --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60056c9..6ba1a3a 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ all: $(SUBDIRS) $(SUBDIRS): $(MAKE) -C $@ -clean: +clean check: for d in $(SUBDIRS); do \ $(MAKE) -C $$d $@; \ done -- 1.7.10.4