From ba4f705807b4f1e725318fce805a44ddf2435122 Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Sun, 6 Jun 2021 14:04:15 -0700 Subject: [PATCH] minor update --- driver/tests/mstress/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/tests/mstress/Makefile b/driver/tests/mstress/Makefile index 59fd181b..3cbf57ea 100644 --- a/driver/tests/mstress/Makefile +++ b/driver/tests/mstress/Makefile @@ -20,7 +20,7 @@ CXXFLAGS += -std=c++11 -O0 -g -Wall -Wextra -pedantic -Wfatal-errors CXXFLAGS += -I../../include -PROJECT = stress +PROJECT = mstress SRCS = main.cpp