fix make clean

This commit is contained in:
Stefan Sydow 2023-05-21 15:50:54 +02:00
parent 265db9834e
commit f0f6824994
No known key found for this signature in database
GPG key ID: B8C7392FBC75BE39

View file

@ -245,6 +245,6 @@ benchmark-matmult: examples/benchmark/benchmark-matmult.cpp build-info.h ggml.o
vdot: pocs/vdot/vdot.cpp ggml.o $(OBJS)
$(CXX) $(CXXFLAGS) $^ -o $@ $(LDFLAGS)
.PHONY: tests
.PHONY: tests clean
tests:
bash ./tests/run-tests.sh