From: W. Trevor King Date: Fri, 25 Jan 2013 19:13:02 +0000 (-0500) Subject: Makefile: Strip trailing whitespace after SCRIPT X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=881bc2f12432ee62560beb4558dbb2a863451058;p=assignment-template.git Makefile: Strip trailing whitespace after SCRIPT --- 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)