summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-28 05:21:29 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-28 05:21:29 +0000
commitc406187cf605bb8ce83626bb3743938f9dd05684 (patch)
tree5887adaab2379b4219b85e521a9c51a2109c4773
parent2f9381330e02f6e73607ee55e81bd962b3ce83b2 (diff)
cleandeps: actually clean grubinvaders
-rwxr-xr-xcleandeps9
1 files changed, 9 insertions, 0 deletions
diff --git a/cleandeps b/cleandeps
index 0f80717..894046a 100755
--- a/cleandeps
+++ b/cleandeps
@@ -105,6 +105,15 @@ make clean
cd ../
+# clean grubinvaders
+# ----------------------------------------------------------
+
+cd grubinvaders/
+
+./clean.sh
+
+cd ../
+
# clean i945-pwm utility
# --------------------------------------------------------------------