Skip to content

Commit

Permalink
Crosscompile works
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Nov 15, 2015
1 parent f3bb8c6 commit fa91248
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 676 deletions.
13 changes: 13 additions & 0 deletions BoenkenClean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

rm Makefile
rm Makefile.*
rm -r release
rm -r debug
rm ui_*.h
rm qrc_*.cpp
rm moc_*.cpp
rm object_script*.*
rm *_plugin_import.cpp
rm -rf debug
rm -rf release
Loading

0 comments on commit fa91248

Please sign in to comment.