grim/port-authority

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