grim/port-authority

remove the rest functions we're not using
feature/semantic-ui
2015-03-12, Gary Kramlich
540ff0c29a98
remove the rest functions we're not using
#!/usr/bin/make -f
OUTPUT=port-authority.zip
.PHONY: all clean
all: .
zip -9r $(OUTPUT) . -x .hg* .hg/*
clean:
rm -f $(OUTPUT)