Skip to content

Commit

Permalink
Add missing items in makefile (#8177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson authored Jun 28, 2024
1 parent cb0b06a commit a27aa50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a27aa50

Please sign in to comment.