Skip to content

Commit

Permalink
os2: Do a distclean instead of removing files manually in buildbot sc…
Browse files Browse the repository at this point in the history
…ript.
  • Loading branch information
icculus committed Nov 5, 2018
1 parent e45ed11 commit 1dbf7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/os2-buildbot.sh
Expand Up @@ -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 ...";

0 comments on commit 1dbf7dc

Please sign in to comment.