grim/port-authority

836fd2b6352a
Added tag v0.0.7 for changeset c0b16816b305
#!/usr/bin/make -f
OUTPUT=port-authority.zip
.PHONY: all clean
all: .
zip -9r $(OUTPUT) . -x *.hg* *.hg*
clean:
rm -f $(OUTPUT)