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

8 lines
75 B
Bash
Executable file

#! /bin/sh
BUILD=`pwd`
cd $BUILD/lib
make clean
cd $BUILD/util
make clean