grim/port-authority

The start of type ahead for repos

2016-04-11, Gary Kramlich
0e182c67351b
The start of type ahead for repos
#!/usr/bin/make -f
OUTPUT=port-authority.zip
.PHONY: all clean
all: .
zip -9r $(OUTPUT) . -x *.hg* *.hg*
clean:
rm -f $(OUTPUT)