diff --git a/Makefile b/Makefile index a425d1c..56ef3ae 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: @cp src/term.js term.js - @uglifyjs -o term.min.js term.js + @uglifyjs -o term.min.js -s term.js clean: @rm term.js