summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-08-16 11:42:16 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-08-16 11:42:16 +0800
commit01b9c204777c3f7e541241180bac0d3d93721af0 (patch)
treef8b6898d41d6f94da7a29960b9a436c7562b4d96 /Makefile
parentfe4e5958572a029c6f2d2831aa7cfd8a8671ce21 (diff)
downloadlex-01b9c204777c3f7e541241180bac0d3d93721af0.tar.gz
Optimize KV cache and compute buffers, bench results from Pi5.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93ac6f7..c6f9cb4 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ deps/lib/libllama.a deps/lib/libggml.a deps/lib/libggml-cpu.a:
rm -rf $(LLAMA_SRC_DIR)
clean:
- rm -f $(TARGET)
+ rm -f $(TARGET) $(OBJS)
distclean: clean
rm -rf deps