view TVout/clean.sh @ 8888:546db4583ad7

remove codec-cfg binary during make distclean (btw, why do we compile it anyway?)
author alex
date Sat, 11 Jan 2003 10:35:31 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


# Compile TVout tools

rm -f con2fb/con2fb

cd matroxset
make clean
cd ..

cd fbset
make clean
cd ..