Fix LSP not being re-created on script updates.
This commit is contained in:
parent
a4ff027077
commit
771a94b08e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ embed.js.h: $(srcdir)/embed.js
|
||||||
xxd -i embed.min.js | sed s/_min_/_/g > embed.js.h
|
xxd -i embed.min.js | sed s/_min_/_/g > embed.js.h
|
||||||
rm embed.min.js
|
rm embed.min.js
|
||||||
|
|
||||||
server.html: $(lspDATA)
|
server.html: $(lspDATA) $(lspSOURCES)
|
||||||
$(CLOSURE) $(lspSOURCES) > compressed.js
|
$(CLOSURE) $(lspSOURCES) > compressed.js
|
||||||
cat $(lspdir)/header.html > $@
|
cat $(lspdir)/header.html > $@
|
||||||
echo "<script>" >> $@
|
echo "<script>" >> $@
|
||||||
|
|
Loading…
Add table
Reference in a new issue