summaryrefslogtreecommitdiffstats
path: root/contrib/Makefile
blob: 787cd07f52ed03c4a5ed79069873f6053e5c1593 (plain)
1
2
3
4
5
6
7
8
9
10
all::

test::
	$(MAKE) -C diff-highlight $@
	$(MAKE) -C subtree $@

clean::
	$(MAKE) -C contacts $@
	$(MAKE) -C diff-highlight $@
	$(MAKE) -C subtree $@