summaryrefslogtreecommitdiff
path: root/tools/usb/usbip/cleanup.sh
blob: 955c3ccb729a28eb3910fc586f2ec0003dc215fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

if [ -r Makefile ]; then
	make distclean
fi

FILES="aclocal.m4 autom4te.cache compile config.guess config.h.in config.log \
       config.status config.sub configure cscope.out depcomp install-sh      \
       libsrc/Makefile libsrc/Makefile.in libtool ltmain.sh Makefile         \
       Makefile.in missing src/Makefile src/Makefile.in"

rm -vRf $FILES