Skip to content

Commit

Permalink
rm -f build products so fresh build works
Browse files Browse the repository at this point in the history
  • Loading branch information
ghewgill committed Dec 9, 2012
1 parent ad761c6 commit 18d49e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ cp ../common/jsmat/matrix.js $DEST/jsmat/
cp Default.png $DEST/
cp Info.plist $DEST/
cp hp15c.html $DEST/
rm $DEST.zip
rm -f $DEST.zip
zip -r $DEST.zip $DEST
1 change: 1 addition & 0 deletions qt/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ rm -rf HP15C.app
make
#rm hp15c.app.zip
#zip -r hp15c.app.zip hp15c.app
rm -f HP15c.dmg
macdeployqt HP15C.app -dmg

0 comments on commit 18d49e0

Please sign in to comment.