grim/port-authority

flow: Closed <release> '0.0.5'.
release/0.0.5
2015-02-05, Gary Kramlich
ee12cd83b25b
flow: Closed '0.0.5'.
#!/usr/bin/make -f
OUTPUT=port-authority.zip
.PHONY: all clean
all: .
zip -9r $(OUTPUT) . -x .hg* .hg/*
clean:
rm -f $(OUTPUT)