fix build
This commit is contained in:
parent
059a755935
commit
c74d1d8438
2 changed files with 1 additions and 6 deletions
5
Makefile
5
Makefile
|
@ -1354,12 +1354,7 @@ llama-server: \
|
||||||
examples/server/utils.hpp \
|
examples/server/utils.hpp \
|
||||||
examples/server/httplib.h \
|
examples/server/httplib.h \
|
||||||
examples/server/index.html.hpp \
|
examples/server/index.html.hpp \
|
||||||
examples/server/completion.js.hpp \
|
|
||||||
examples/server/loading.html.hpp \
|
examples/server/loading.html.hpp \
|
||||||
examples/server/deps_daisyui.min.css.hpp \
|
|
||||||
examples/server/deps_markdown-it.js.hpp \
|
|
||||||
examples/server/deps_tailwindcss.js.hpp \
|
|
||||||
examples/server/deps_vue.esm-browser.js.hpp \
|
|
||||||
common/json.hpp \
|
common/json.hpp \
|
||||||
common/stb_image.h \
|
common/stb_image.h \
|
||||||
$(OBJ_ALL)
|
$(OBJ_ALL)
|
||||||
|
|
|
@ -448,4 +448,4 @@ try {
|
||||||
<br/>
|
<br/>
|
||||||
<button class="btn" onClick="localStorage.clear(); window.location.reload();">Clear localStorage</button>
|
<button class="btn" onClick="localStorage.clear(); window.location.reload();">Clear localStorage</button>
|
||||||
</div>`;
|
</div>`;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue