git/contrib/Makefile

11 lines
153 B
Makefile

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