grim/port-authority

closing old branch
draft develop
2019-04-16, Gary Kramlich
557c89f07b30
closing old branch
#!/usr/bin/make -f
OUTPUT=port-authority.zip
.PHONY: all clean
all: .
zip -9r $(OUTPUT) . -x *.hg* *.hg*
clean:
rm -f $(OUTPUT)