aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZhouYuChen <zhouyuchen@naver.com>2023-07-04 20:15:16 +0800
committerGitHub <noreply@github.com>2023-07-04 14:15:16 +0200
commit23c7c6fc9182b041f006b86ea1e7f99911ecf344 (patch)
treef6c3d4cf8cc7d3a01f4285281a2ef2871f6cb4ea /Makefile
parent698efad5fbbf326f01288649b123eff5f79b417e (diff)
Update Makefile: clean simple (#2097)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 03f38bd..b289d97 100644
--- 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