diff options
Diffstat (limited to 'contrail-agent/Makefile')
-rw-r--r-- | contrail-agent/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrail-agent/Makefile b/contrail-agent/Makefile new file mode 100644 index 0000000..378713f --- /dev/null +++ b/contrail-agent/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 |