summaryrefslogtreecommitdiff
path: root/hooks/after_prepare/gen_resources
blob: c98c905b27ed46084721f07b6e06fdc15d7baad4 (plain)
1
2
3
4
5
6
7
#! /usr/bin/env bash
IFS=,
platforms=($CORDOVA_PLATFORMS)

resources=("${platforms[@]/%/-resources}")
make "${resources[@]/#/clean-}"
make "${resources[@]}"