summaryrefslogtreecommitdiffstats
path: root/TVout/clean.sh
blob: 56d7fd13b6e7869510a97c1a5fe00827caf9c52e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

# Compile TVout tools

rm -f con2fb/con2fb

cd matroxset
make clean
cd ..

cd fbset
make clean
cd ..