]> granicus.if.org Git - zziplib/commitdiff
test with cm-install
authorGuido Draheim <guidod@gmx.de>
Sun, 19 Apr 2020 16:25:45 +0000 (18:25 +0200)
committerGuido Draheim <guidod@gmx.de>
Sun, 19 Apr 2020 16:25:45 +0000 (18:25 +0200)
GNUmakefile

index 527599ef806d199c1e2cb9e029080e1122c4c637..3072d247a1dd47657e8d3bae1fc138600bda9f82 100644 (file)
@@ -17,6 +17,7 @@ build-nm: ; mkdir build-nj; cd build-nj && cmake .. -DCMAKE_INSTALL_PREFIX:PATH=
 am autom: ; rm -rf build-am; $(MAKE) build-am && cd build-am && $(MAKE) all
 cm cmake: ; rm -rf build-cm; $(MAKE) build-cm && cd build-cm && $(MAKE) all
 nj ninja: ; rm -rf build-nj; $(MAKE) build-nj && cd build-nj && ninja
+cm-install: ; cd build-cm && $(MAKE) install
 
 build-cm2: ; mkdir build-cm2; cd build-cm2 && cmake .. -DCMAKE_INSTALL_PREFIX:PATH=$$HOME/local -DZZIP_MANPAGES=OFF -DZZIP_INSTALL_BINS=OFF -DZZIP_TESTCVE=OFF
 cm2: ; rm -rf build-cm2; $(MAKE) build-cm2 && cd build-cm2 && $(MAKE) all