summaryrefslogtreecommitdiff
path: root/utils/wpseditor/libwps/cleanall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/wpseditor/libwps/cleanall.sh')
-rw-r--r--utils/wpseditor/libwps/cleanall.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/wpseditor/libwps/cleanall.sh b/utils/wpseditor/libwps/cleanall.sh
deleted file mode 100644
index 15b733a6a7..0000000000
--- a/utils/wpseditor/libwps/cleanall.sh
+++ /dev/null
@@ -1,7 +0,0 @@
1#!/bin/sh
2cat targets.txt | (
3 while read target model
4 do
5 make MODEL=$model TARGET=$target clean
6 done
7)