summaryrefslogtreecommitdiff
path: root/hooks/after_prepare/gen_resources
blob: b8a20207674eb70b0ea06db3ca3e89f4450b711c (plain)
1
2
3
4
#! /usr/bin/env bash
IFS=,
platforms=($CORDOVA_PLATFORMS)
make "${platforms[@]/%/-resources}"