Skip to content

Commit c74d1d8

Browse files
committed
fix build
1 parent 059a755 commit c74d1d8

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,12 +1354,7 @@ llama-server: \
13541354
examples/server/utils.hpp \
13551355
examples/server/httplib.h \
13561356
examples/server/index.html.hpp \
1357-
examples/server/completion.js.hpp \
13581357
examples/server/loading.html.hpp \
1359-
examples/server/deps_daisyui.min.css.hpp \
1360-
examples/server/deps_markdown-it.js.hpp \
1361-
examples/server/deps_tailwindcss.js.hpp \
1362-
examples/server/deps_vue.esm-browser.js.hpp \
13631358
common/json.hpp \
13641359
common/stb_image.h \
13651360
$(OBJ_ALL)

examples/server/webui/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,4 +448,4 @@ try {
448448
<br/>
449449
<button class="btn" onClick="localStorage.clear(); window.location.reload();">Clear localStorage</button>
450450
</div>`;
451-
}
451+
}

0 commit comments

Comments
 (0)