aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Sydow <stefan@sydow.email>2023-05-21 16:03:44 +0200
committerGitHub <noreply@github.com>2023-05-21 17:03:44 +0300
commit7780e4f479dc5af106287c164b8e186cd9b6215c (patch)
tree7fc6f884aa5063041ab051aa963ce502408b5d72 /Makefile
parent265db9834e761b7c8210ea1888117efcd3262f52 (diff)
make : .PHONY clean (#1553)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cefa0b4..9e2f8aa 100644
--- a/Makefile
+++ b/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)
$(CXX) $(CXXFLAGS) $^ -o $@ $(LDFLAGS)
-.PHONY: tests
+.PHONY: tests clean
tests:
bash ./tests/run-tests.sh