Selaa lähdekoodia

Add missing items in makefile (#8177)

Xuan Son Nguyen 1 vuosi sitten
vanhempi
sitoutus
a27aa50ab7
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      Makefile

+ 2 - 0
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