os2: Do a distclean instead of removing files manually in buildbot script.

This commit is contained in:
Ryan C. Gordon 2018-11-04 21:11:07 -05:00
parent e45ed114c5
commit 1dbf7dc2f8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ mv SDL2.lib SDL2.dll $ZIPDIR/
cp -R include $ZIPDIR/
zip -9r "$ZIPFILE" $ZIPDIR
rm -f *.obj SDL2.exp SDL2.map SDL2.lnk
wmake -f Makefile.os2 distclean
set +x
echo "All done. Final installable is in $ZIPFILE ...";