]> git.llucax.com Git - software/posixx.git/blobdiff - Makefile
Add posix::basic_buffer template and posix::buffer class
[software/posixx.git] / Makefile
index 141ae00fe5869f08334829df8a4472c16f914770..84337017ccd0aecc87cbbfb96ea355656ba60385 100644 (file)
--- 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: