aboutsummaryrefslogtreecommitdiffstats
path: root/contrail-keystone-auth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrail-keystone-auth/Makefile')
-rw-r--r--contrail-keystone-auth/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrail-keystone-auth/Makefile b/contrail-keystone-auth/Makefile
new file mode 100644
index 0000000..378713f
--- /dev/null
+++ b/contrail-keystone-auth/Makefile
@@ -0,0 +1,10 @@
+#!/usr/bin/make
+PYTHON := /usr/bin/env python
+
+bin/charm_helpers_sync.py:
+ @mkdir -p bin
+ @bzr cat lp:charm-helpers/tools/charm_helpers_sync/charm_helpers_sync.py \
+ > bin/charm_helpers_sync.py
+
+sync: bin/charm_helpers_sync.py
+ @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-sync.yaml