Make make check work from top-level
[mp-sparql-moved-to-github.git] / Makefile
index 60056c9..6ba1a3a 100644 (file)
--- 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