X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile;h=6ba1a3a7b6adeb3285abf4eec2da471567280cc8;hb=6b479c913940c19b3c5148076ab52cd91cb378a0;hp=60056c94b14664b0c2b35112817cb4c691b6ba8a;hpb=323941282c6df0946f3c73ac9d8212f2cb0fd9e2;p=mp-sparql-moved-to-github.git 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