]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
make : .PHONY clean (#1553)
authorStefan Sydow <redacted>
Sun, 21 May 2023 14:03:44 +0000 (16:03 +0200)
committerGitHub <redacted>
Sun, 21 May 2023 14:03:44 +0000 (17:03 +0300)
Makefile

index cefa0b4a5dc6f371557b601108994da811a57e9e..9e2f8aa3c4f3116c51f36cc0c932d91c036b50c4 100644 (file)
--- 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