X-Git-Url: https://git.llucax.com/software/posixx.git/blobdiff_plain/7b35c34eaa3ee421eb5effc63801aeff69a9ffe8..21c52612c160be6cc767ac3a5ffb5243e2f66da1:/Makefile?ds=inline diff --git a/Makefile b/Makefile index 141ae00..8433701 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ prefix=/usr/local default: all -all: test memtest +all: doc test memtest install: $(MAKE) -C src $@ @@ -15,7 +15,7 @@ install: doc: $(MAKE) -C doc $@ -test memtest: all +test memtest: $(MAKE) -C test $@ clean: