From 0c57a2928b28425dab1acea82103e2aa4783aa1e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 5 Oct 2012 05:19:11 -0700 Subject: [PATCH] Fix generated release comment in the Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 022ef26..74a07e0 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ # http://www.gnu.org/software/make/manual/html_node/Reference.html # You can override variables from the command line. For example # $ make VERSION=2 dist -# will generate hw0-2.tar.gz +# will generate phys405-hw0-2.tar.gz COURSE = phys405 PACKAGE = hw0 VERSION = 1 -- 2.26.2