fixed clean target
This commit is contained in:
parent
6f54ad042b
commit
23710144dc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -259,7 +259,7 @@ libllama.so: llama.o ggml.o $(OBJS)
|
|||
$(CXX) $(CXXFLAGS) -shared -fPIC -o $@ $^ $(LDFLAGS)
|
||||
|
||||
clean:
|
||||
rm -vf *.o main quantize quantize-stats perplexity embedding benchmark-matmult save-load-state server vdot build-info.h
|
||||
rm -vf *.o main quantize quantize-stats perplexity embedding benchmark-matmult save-load-state server vdot train-text-from-scratch build-info.h
|
||||
|
||||
#
|
||||
# Examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue