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: