grim/port-authority

flow: Created branch 'release/0.0.9'.
release/0.0.9
2015-03-17, Gary Kramlich
c9810e98b5a4
flow: Created branch 'release/0.0.9'.
#!/usr/bin/make -f
OUTPUT=port-authority.zip
.PHONY: all clean
all: .
zip -9r $(OUTPUT) . -x *.hg* *.hg*
clean:
rm -f $(OUTPUT)