summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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