grim/port-authority

9b9c59d9fed5
Update to semantic ui 2.1.7 and remove all non .min files
#!/usr/bin/make -f
OUTPUT=port-authority.zip
.PHONY: all clean
all: .
zip -9r $(OUTPUT) . -x *.hg* *.hg*
clean:
rm -f $(OUTPUT)