]> git.llucax.com Git - software/posixx.git/blobdiff - Makefile
Generalize basic_buffer's value_type
[software/posixx.git] / Makefile
index cd60c2275b61d85b7614a6e1ce9c5b75fcee6b52..2d2148f326186650cf1a12225d58934300274965 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ prefix=/usr/local
 
 default: all
 
 
 default: all
 
-all: test memtest
+all:
 
 install:
        $(MAKE) -C src $@
 
 install:
        $(MAKE) -C src $@
@@ -18,11 +18,13 @@ doc:
 test memtest:
        $(MAKE) -C test $@
 
 test memtest:
        $(MAKE) -C test $@
 
+commit-check: doc test memtest
+
 clean:
        $(MAKE) -C src $@
        $(MAKE) -C doc $@
        $(MAKE) -C test $@
 
 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