@ -14,3 +14,6 @@ trim_trailing_whitespace = true
[*.py]
indent_style = tab
[makefile]
@ -0,0 +1,8 @@
# make tasks not depend on existing output files
.PHONY: *
build:
tools/build
deploy:
tools/deploy