From 881bc2f12432ee62560beb4558dbb2a863451058 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 25 Jan 2013 14:13:02 -0500 Subject: [PATCH] Makefile: Strip trailing whitespace after SCRIPT --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97390cb..d0ffbfc 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ PACKAGE = hw0 VERSION = 1 RELEASE = $(COURSE)-$(PACKAGE)-$(VERSION) RUN_PROGRAM = hello_world -SCRIPTS = +SCRIPTS = C_PROGRAMS = hello_world CXX_PROGRAMS = goodbye_world PROGRAMS = $(C_PROGRAMS) $(CXX_PROGRAMS) -- 2.26.2