getdns/src/test/tpkg/clean.sh

8 lines
166 B
Bash
Executable File

#!/bin/sh
export SRCDIR=`dirname $0`
( cd $SRCDIR
./tpkg clean
rm -fr build build-stub-only build-event-loops install scan-build-reports .tpkg.var.master *.info
)