summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-09-15 00:15:00 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2019-09-15 00:22:49 +0200
commit2bc076641485c8d52a86441898d62c0fb86231fb (patch)
treed4ef8e5532f0c0c89882d7302d88763a5251f622 /Makefile
parent2027a761fd43300551490f32468f51523394e8c2 (diff)
[pkg] entrypoint for all vendored builds
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0023324..bfcb174 100644
--- a/Makefile
+++ b/Makefile
@@ -110,6 +110,13 @@ clean:
@unlink branding/assets/default
#########################################################################
+# build them all
+#########################################################################
+
+build_all_providers:
+ branding/scripts/build-all-providers
+
+#########################################################################
# packaging templates
#########################################################################