Files
charm-glance/Makefile
2013-08-09 14:45:02 -04:00

12 lines
167 B
Makefile

#!/usr/bin/make
lint:
@flake8 --exclude hooks/charmhelpers hooks
#@charm proof
sync:
@charm-helper-sync -c charm-helpers-sync.yaml
test:
@nosetests -svd tests/