Fixed magical duplicating interface page when compiling without cleaning first.
This commit is contained in:
parent
42b80e231a
commit
a8deda2fab
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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) >> $@
|
||||
|
|
Loading…
Add table
Reference in a new issue