build: don't build examples for apm1 any more

so little APM1 development happening it is not worth it
This commit is contained in:
Andrew Tridgell 2014-07-25 21:03:23 +10:00
parent 95b62512f8
commit 1ea1d9983d

View File

@ -6,7 +6,7 @@
set -e
set -x
targets="clean apm1 clean apm2"
targets="clean apm2"
[ $# -gt 0 ] && {
targets="$*"