summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/setup.sh b/setup.sh
index d6ccf9b..c9f1f00 100755
--- a/setup.sh
+++ b/setup.sh
@@ -7,16 +7,7 @@ cd $(dirname $0)
git submodule update --init
pushd unrpyc
-make install
+make ${MAKEOPTS} install
popd
-trim() {
- for f in "$@"; do
- convert -trim "$f" "$f"
- done
- optipng -o7 "$@"
-}
-
-trim www/dump/ui/bt-cf-unchecked.png www/dump/ui/bt-cf-checked.png
-
make ${MAKEOPTS}