]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Add missing items in makefile (#8177)
authorXuan Son Nguyen <redacted>
Fri, 28 Jun 2024 00:19:11 +0000 (02:19 +0200)
committerGitHub <redacted>
Fri, 28 Jun 2024 00:19:11 +0000 (02:19 +0200)
Makefile

index bbfe0f12b228f300f2f8895115708d091dc45d73..8ae4f1dc4ede3a2870d6cee6cd48c54dff594b28 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,7 @@ BUILD_TARGETS = \
 TEST_TARGETS = \
        tests/test-autorelease \
        tests/test-backend-ops \
+       tests/test-chat-template \
        tests/test-double-float \
        tests/test-grad0 \
        tests/test-grammar-integration \
@@ -1070,6 +1071,7 @@ clean:
        rm -rvf src/*.o
        rm -rvf tests/*.o
        rm -rvf examples/*.o
+       rm -rvf common/*.o
        rm -rvf *.a
        rm -rvf *.dll
        rm -rvf *.so