Fixed magical duplicating interface page when compiling without cleaning first.

This commit is contained in:
Thulinma 2015-02-20 18:03:24 +01:00
parent 42b80e231a
commit a8deda2fab

View file

@ -199,7 +199,7 @@ src/embed.js.h: src/embed.js sourcery
rm embed.min.js
src/controller/server.html: $(lspDATA) $(lspSOURCES) $(lspSOURCESmin)
cat lsp/header.html >> $@
cat lsp/header.html > $@
echo "<script>" >> $@
cat $(lspSOURCESmin) >> $@
$(CLOSURE) $(lspSOURCES) >> $@