all:
	@uglifyjs --comments '/\*[^\0]+?Copyright[^\0]+?\*/' -o moemark.min.js moemark.js

clean:
	@rm moemark.min.js

.PHONY: clean all
