projects
/
mp-sparql-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19be771
)
Make make check work from top-level
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 28 Apr 2015 13:04:13 +0000
(15:04 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 28 Apr 2015 13:04:13 +0000
(15:04 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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