Skip to content

Commit

Permalink
make : .PHONY clean (#1553)
Browse files Browse the repository at this point in the history
  • Loading branch information
stsydow authored May 21, 2023
1 parent 265db98 commit 7780e4f
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 @@ -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

0 comments on commit 7780e4f

Please sign in to comment.