Skip to content

Commit 23c7c6f

Browse files
authored
Update Makefile: clean simple (#2097)
1 parent 698efad commit 23c7c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ libllama.so: llama.o ggml.o $(OBJS)
272272
$(CXX) $(CXXFLAGS) -shared -fPIC -o $@ $^ $(LDFLAGS)
273273

274274
clean:
275-
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
275+
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
276276

277277
#
278278
# Examples

0 commit comments

Comments
 (0)