charm-barbican/Makefile
Alex Kavanagh eac71d72cd Get charm to build
This is still missing the charm.openstack module dependency
2016-05-19 12:15:53 +00:00

9 lines
123 B
Makefile

#!/usr/bin/make
LAYER_PATH := layers
clean:
rm -Rf build .tox
generate: clean
LAYER_PATH=$(LAYER_PATH) tox -e generate