X-Git-Url: https://git.llucax.com/software/posixx.git/blobdiff_plain/21c52612c160be6cc767ac3a5ffb5243e2f66da1..25e37c946dfa92e9a3676a022177afef06588a01:/Makefile diff --git a/Makefile b/Makefile index 8433701..2d2148f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ prefix=/usr/local default: all -all: doc 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