Skip to content

Commit

Permalink
Update Makefile: clean simple (ggerganov#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYuChen authored Jul 4, 2023
1 parent 698efad commit 23c7c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23c7c6f

Please sign in to comment.