summaryrefslogtreecommitdiff
path: root/extras/cleanbuild.sh
blob: 8a5a1df0a915b490bf92a8c71a8a3462b92e66d6 (plain)
1
2
3
4
5
6
7
cd ..
find lib/ examples/ \( -name '*.o' -o -name '*.ppu' -o -name '*.a' \) -exec rm {} \+
cd src
./build.sh
cd ../examples/apps/uidesigner
fpc @extrafpc.cfg uidesigner.lpr