make : .PHONY clean (#1553)

This commit is contained in:
Stefan Sydow
2023-05-21 17:03:44 +03:00
committed by GitHub
parent 265db9834e
commit 7780e4f479
+1 -1
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) vdot: pocs/vdot/vdot.cpp ggml.o $(OBJS)
$(CXX) $(CXXFLAGS) $^ -o $@ $(LDFLAGS) $(CXX) $(CXXFLAGS) $^ -o $@ $(LDFLAGS)
.PHONY: tests .PHONY: tests clean
tests: tests:
bash ./tests/run-tests.sh bash ./tests/run-tests.sh