rdif/install
2020-10-20 18:38:23 +02:00

13 lines
174 B
Bash
Executable file

#! /bin/sh
BUILD=`pwd`
cd $BUILD/driver
make install
cd $BUILD/lib
make
# make local=1 install
make local=$1 install
cd $BUILD/util
# make local=1
make local=$1
make install