Browse Source

make : .PHONY clean (#1553)

Stefan Sydow 2 years ago
parent
commit
7780e4f479
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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