]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Update Makefile: clean simple (#2097)
authorZhouYuChen <redacted>
Tue, 4 Jul 2023 12:15:16 +0000 (20:15 +0800)
committerGitHub <redacted>
Tue, 4 Jul 2023 12:15:16 +0000 (14:15 +0200)
Makefile

index 03f38bdba04ec9dee583e6219d9ca768d53b954d..b289d97ed58fee4e329460e9b85dca189cdf8599 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -272,7 +272,7 @@ libllama.so: llama.o ggml.o $(OBJS)
        $(CXX) $(CXXFLAGS) -shared -fPIC -o $@ $^ $(LDFLAGS)
 
 clean:
-       rm -vf *.o *.so main quantize quantize-stats perplexity embedding benchmark-matmult save-load-state server vdot train-text-from-scratch embd-input-test build-info.h
+       rm -vf *.o *.so main quantize quantize-stats perplexity embedding benchmark-matmult save-load-state server simple vdot train-text-from-scratch embd-input-test build-info.h
 
 #
 # Examples