From 9562c71c68eb60cc098477a8473873d22f437c04 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 17 Oct 2012 23:55:10 -0400 Subject: [PATCH] Removed trailing whitespace in Makefile. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 9f50169ff8..72694ad7f6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -15,7 +15,7 @@ include OBJECTS # User Options #=============================================================================== -COMPILER = gnu +COMPILER = gnu DEBUG = no PROFILE = no OPTIMIZE = no