Work on briefDisplay using echoed things
[mp-xquery-moved-to-github.git] / Makefile
1 SUBDIRS = src doc
2 .PHONY: $(SUBDIRS) all
3
4 all: $(SUBDIRS)
5
6 $(SUBDIRS):
7         $(MAKE) -C $@
8
9 clean install:
10         for d in $(SUBDIRS); do \
11                 $(MAKE) -C $$d $@; \
12         done