default: all
-all: test memtest
+all:
install:
$(MAKE) -C src $@
test memtest:
$(MAKE) -C test $@
+commit-check: doc test memtest
+
clean:
$(MAKE) -C src $@
$(MAKE) -C doc $@
$(MAKE) -C test $@
-.PHONY: default all install doc test memtest clean
+.PHONY: default all install doc test memtest commit-check clean