grim/port-authority

d0f117d45f9b
Make the same Makefile tweak on the right branch this time
  • +1 -1
    Makefile
  • --- a/Makefile Thu Feb 05 09:47:41 2015 -0600
    +++ b/Makefile Thu Feb 05 09:50:54 2015 -0600
    @@ -5,7 +5,7 @@
    .PHONY: all clean
    all: .
    - zip -9r $(OUTPUT) . -x .hg* .hg/*
    + zip -9r $(OUTPUT) . -x *.hg* *.hg*
    clean:
    rm -f $(OUTPUT)