Skip to content

Commit 7780e4f

Browse files
authored
make : .PHONY clean (#1553)
1 parent 265db98 commit 7780e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,6 @@ benchmark-matmult: examples/benchmark/benchmark-matmult.cpp build-info.h ggml.o
245245
vdot: pocs/vdot/vdot.cpp ggml.o $(OBJS)
246246
$(CXX) $(CXXFLAGS) $^ -o $@ $(LDFLAGS)
247247

248-
.PHONY: tests
248+
.PHONY: tests clean
249249
tests:
250250
bash ./tests/run-tests.sh

0 commit comments

Comments
 (0)