view TOOLS/TVout/clean.sh @ 19417:c31ca009077a

Add -Wdeclaration-after-statement to CFLAGS if available to ensure people won't miss this requirement and thus don't have to fix it later.
author reimar
date Thu, 17 Aug 2006 15:11:10 +0000
parents b205f8ca892a
children
line wrap: on
line source


# Compile TVout tools

rm -f con2fb/con2fb

cd matroxset
make clean
cd ..

cd fbset
make clean
cd ..