Skip to content

Commit

Permalink
make : clean llamafile objects (#8923)
Browse files Browse the repository at this point in the history
`ggml/src/llamafile/sgemm.o` was not deleted on `make clean`
  • Loading branch information
DrDub authored Aug 8, 2024
1 parent 15fa07a commit ebd541a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1206,6 +1206,7 @@ clean:
rm -rvf ggml/*.dll
rm -rvf ggml/*.so
rm -vrf ggml/src/*.o
rm -rvf ggml/src/llamafile/*.o
rm -rvf common/build-info.cpp
rm -vrf ggml/src/ggml-metal-embed.metal
rm -vrf ggml/src/ggml-cuda/*.o
Expand Down

0 comments on commit ebd541a

Please sign in to comment.