From: Stefan Sydow Date: Sun, 21 May 2023 14:03:44 +0000 (+0200) Subject: make : .PHONY clean (#1553) X-Git-Tag: gguf-v0.4.0~724 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=7780e4f479dc5af106287c164b8e186cd9b6215c;p=pkg%2Fggml%2Fsources%2Fllama.cpp make : .PHONY clean (#1553) --- diff --git a/Makefile b/Makefile index cefa0b4a..9e2f8aa3 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