Makefile: Strip trailing whitespace after SCRIPT
authorW. Trevor King <wking@tremily.us>
Fri, 25 Jan 2013 19:13:02 +0000 (14:13 -0500)
committerW. Trevor King <wking@tremily.us>
Fri, 25 Jan 2013 19:13:02 +0000 (14:13 -0500)
Makefile

index 97390cb190a53e04a9b7435f45b7dff86fa9ad2f..d0ffbfcc759471bc806f3e6cd0a15b087c5ad37e 100644 (file)
--- 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)