Procházet zdrojové kódy

Invoke make package for png++ and seasocks.

master
Ray Burgemeestre před 4 roky
rodič
revize
c5de1289ea
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +1
    -0
      png++/Makefile
  2. +1
    -1
      seasocks/Makefile

+ 1
- 0
png++/Makefile Zobrazit soubor

@@ -3,6 +3,7 @@ SHELL:=/bin/bash
pngpp:
wget http://download.savannah.nongnu.org/releases/pngpp/png++-0.2.9.tar.gz
tar -zxvf png++-0.2.9.tar.gz
make package

package:
rm -rf out

+ 1
- 1
seasocks/Makefile Zobrazit soubor

@@ -3,7 +3,7 @@ SHELL:=/bin/bash
seasocks_:
git clone https://github.com/rayburgemeestre/seasocks --branch v1.4.3
bash ../ubuntu1804.sh make impl
# make package
make package

impl:
update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-10 40

Načítá se…
Zrušit
Uložit