summaryrefslogtreecommitdiff
path: root/extras/cleanall.sh
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-04-21 10:52:27 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-04-21 10:52:27 +0000
commitb7c71ad5b36302fd86bcf739983b012477e5459d (patch)
treec6f9b2a98b4818487e7bb665bf92aeb1efe33be4 /extras/cleanall.sh
parent8d6f135f33471624a87f6864f0c0879f0bd0ee3f (diff)
downloadfpGUI-b7c71ad5b36302fd86bcf739983b012477e5459d.tar.xz
* Added more handy scripts for cleaning out directories (linux only).
* Fixed some compiler warnings. * Fixed some units where they override functions in parent classes were they we not supposed to.
Diffstat (limited to 'extras/cleanall.sh')
-rwxr-xr-xextras/cleanall.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/extras/cleanall.sh b/extras/cleanall.sh
new file mode 100755
index 00000000..ee37882c
--- /dev/null
+++ b/extras/cleanall.sh
@@ -0,0 +1,4 @@
+cd ..
+find ./ \( -name '*.o' -o -name '*.ppu' -o -name '*.a' \) -exec rm {} \+
+
+