From 27581af40f0e11da1c235d3382b778ac7cbe18bb Mon Sep 17 00:00:00 2001 From: ag Date: Sun, 15 Sep 2024 18:47:19 +0300 Subject: [PATCH] add make test --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 059747e..cc80797 100644 --- a/makefile +++ b/makefile @@ -19,7 +19,7 @@ $(TARGET): $(OBJS) $(CXX) $(CXXFLAGS) -c $< -o $@ test: - $(CXX) $(CXXFLAGS) $(TEST)-o test + $(CXX) $(CXXFLAGS) $(TEST) -o cache_test clean: