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