grim/port-authority

whitespace
release/0.0.7
2015-03-13, Gary Kramlich
87ec6708736c
whitespace
#!/usr/bin/make -f
OUTPUT=port-authority.zip
.PHONY: all clean
all: .
zip -9r $(OUTPUT) . -x *.hg* *.hg*
clean:
rm -f $(OUTPUT)