X-Git-Url: https://git.llucax.com/software/posixx.git/blobdiff_plain/4fabc188e14c33efdedad8d639f97dbaf872ec61..25e37c946dfa92e9a3676a022177afef06588a01:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index cd60c22..2d2148f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ prefix=/usr/local default: all -all: test memtest +all: install: $(MAKE) -C src $@ @@ -18,11 +18,13 @@ doc: 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