From a993b748b8b1666f5a776db8e1069d6000bb1cad Mon Sep 17 00:00:00 2001 From: "Marcus M. Darden" <mmdarden@umich.edu> Date: Tue, 28 Apr 2020 16:35:10 -0400 Subject: [PATCH] Change a comment that was confusing to some users Prior to this change, the comment directed users to "change EXECUTABLE" which was the name of the variable whose value was supposed to be changed. Users often changed the variable name instead of its value. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ac4ba8..05ba4e5 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ # Change IDENTIFIER to match the project identifier given in the project spec. IDENTIFIER = EEC50281EEC50281EEC50281EEC50281EEC50281 -# Change EXECUTABLE to match the command name given in the project spec. +# Change 'executable' to match the command name given in the project spec. EXECUTABLE = executable # The following line looks for a project's main() in files named project*.cpp, -- GitLab