From b49d0521e9cfc3b248321197085859c39c0f05c3 Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Tue, 21 Jan 2025 14:12:38 +0000 Subject: [PATCH] rm tests/test-minja from makefile --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index a095462cf..400f1d1e4 100644 --- a/Makefile +++ b/Makefile @@ -1486,11 +1486,6 @@ tests/test-tool-call: tests/test-tool-call.cpp \ $(CXX) $(CXXFLAGS) -Iexamples/server -c $< -o $(call GET_OBJ_FILE, $<) $(CXX) $(CXXFLAGS) $(filter-out %.h $<,$^) $(call GET_OBJ_FILE, $<) -o $@ $(LDFLAGS) -tests/test-minja: tests/test-minja.cpp \ - $(OBJ_ALL) - $(CXX) $(CXXFLAGS) -Iexamples/server -c $< -o $(call GET_OBJ_FILE, $<) - $(CXX) $(CXXFLAGS) $(filter-out %.h $<,$^) $(call GET_OBJ_FILE, $<) -o $@ $(LDFLAGS) - tests/test-opt: tests/test-opt.cpp \ $(OBJ_GGML) $(CXX) $(CXXFLAGS) -c $< -o $(call GET_OBJ_FILE, $<)