grim/port-authority

d0f117d45f9b
Make the same Makefile tweak on the right branch this time
#!/usr/bin/make -f
OUTPUT=port-authority.zip
.PHONY: all clean
all: .
zip -9r $(OUTPUT) . -x *.hg* *.hg*
clean:
rm -f $(OUTPUT)