grim/port-authority

only show the debug pane if debug is set to true
feature/semantic-ui
2015-03-12, Gary Kramlich
8c34ca6b2ca4
only show the debug pane if debug is set to true
#!/usr/bin/make -f
OUTPUT=port-authority.zip
.PHONY: all clean
all: .
zip -9r $(OUTPUT) . -x .hg* .hg/*
clean:
rm -f $(OUTPUT)