X-Git-Url: https://git.llucax.com/software/posixx.git/blobdiff_plain/171569f214294e51065e4f9685f7e12c30912cb9..e4dcc18c5604efcdb6a0a7425930478201621be3:/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