From: Xuan Son Nguyen Date: Fri, 28 Jun 2024 00:19:11 +0000 (+0200) Subject: Add missing items in makefile (#8177) X-Git-Tag: upstream/0.0.4488~1229 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=a27aa50ab7e07fe46aae619076b6e31d5663e914;p=pkg%2Fggml%2Fsources%2Fllama.cpp Add missing items in makefile (#8177) --- diff --git a/Makefile b/Makefile index bbfe0f12..8ae4f1dc 100644 --- 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