From f0f68249949271d5bb13defc12bc346d28eecbfe Mon Sep 17 00:00:00 2001 From: Stefan Sydow Date: Sun, 21 May 2023 15:50:54 +0200 Subject: [PATCH] fix make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cefa0b4a5..9e2f8aa3c 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