Skip to content

Commit 158f7c9

Browse files
ngxsonNeoZhangJianyu
authored andcommitted
Add missing items in makefile (ggml-org#8177)
1 parent 674f4be commit 158f7c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ BUILD_TARGETS = \
4545
TEST_TARGETS = \
4646
tests/test-autorelease \
4747
tests/test-backend-ops \
48+
tests/test-chat-template \
4849
tests/test-double-float \
4950
tests/test-grad0 \
5051
tests/test-grammar-integration \
@@ -1070,6 +1071,7 @@ clean:
10701071
rm -rvf src/*.o
10711072
rm -rvf tests/*.o
10721073
rm -rvf examples/*.o
1074+
rm -rvf common/*.o
10731075
rm -rvf *.a
10741076
rm -rvf *.dll
10751077
rm -rvf *.so

0 commit comments

Comments
 (0)