Add missing items in makefile (#8177)

This commit is contained in:
Xuan Son Nguyen 2024-06-28 02:19:11 +02:00 committed by GitHub
parent cb0b06a8a6
commit a27aa50ab7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,7 @@ BUILD_TARGETS = \
TEST_TARGETS = \ TEST_TARGETS = \
tests/test-autorelease \ tests/test-autorelease \
tests/test-backend-ops \ tests/test-backend-ops \
tests/test-chat-template \
tests/test-double-float \ tests/test-double-float \
tests/test-grad0 \ tests/test-grad0 \
tests/test-grammar-integration \ tests/test-grammar-integration \
@ -1070,6 +1071,7 @@ clean:
rm -rvf src/*.o rm -rvf src/*.o
rm -rvf tests/*.o rm -rvf tests/*.o
rm -rvf examples/*.o rm -rvf examples/*.o
rm -rvf common/*.o
rm -rvf *.a rm -rvf *.a
rm -rvf *.dll rm -rvf *.dll
rm -rvf *.so rm -rvf *.so