grim/port-authority

0c809d1a9fa8
flow: Merged '0.0.8' to ('default').
#!/usr/bin/make -f
OUTPUT=port-authority.zip
.PHONY: all clean
all: .
zip -9r $(OUTPUT) . -x *.hg* *.hg*
clean:
rm -f $(OUTPUT)