diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -6,6 +6,12 @@ all:  install: all  	mkdir -p $(DESTDIR)/var/www/webbox  	cp -r html/* $(DESTDIR)/var/www/webbox/ + +	# Minify +	uglifyjs html/webbox.js -m -c > $(DESTDIR)/var/www/webbox/webbox.js +	htmlmin html/index.html $(DESTDIR)/var/www/webbox/index.html +	cleancss -o $(DESTDIR)/var/www/webbox/webbox.css html/webbox.css +  	mkdir -p $(DESTDIR)/usr/lib/webbox  	cp src/query $(DESTDIR)/usr/lib/webbox/ | 
