# To run this, you'll need to install UglifyJS:
# npm install uglify-js@1 -g
default:
	uglifyjs -o keymaster.min.js keymaster.js
