grim/port-authority

closing old branch
draft feature/real_clipboard
2019-04-16, Gary Kramlich
e3bd084d1631
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)