summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKamil Kaminski <kamilkss@gmail.com>2011-07-06 20:34:35 -0500
committerKamil Kaminski <kamilkss@gmail.com>2011-07-06 20:34:35 -0500
commit7d6ce57508ace1e3257a409e49900715ef5cbe11 (patch)
treed4fc1b3888e08903b8274bc12616e4aee5a6a918 /Makefile
parent43898d9c59fe06622f651cb8f1d885cbcadca85d (diff)
downloadcstring++-7d6ce57508ace1e3257a409e49900715ef5cbe11.tar.gz
cstring++-7d6ce57508ace1e3257a409e49900715ef5cbe11.tar.bz2
cstring++-7d6ce57508ace1e3257a409e49900715ef5cbe11.zip
kill whitespace
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3f62e8..a44aa5a 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ $(foreach cppfile, $(CPP_FILES), $(eval $(call CPP_template, $(OBJ_DIR)/$(notdir
$(BIN): $(OBJ_FILES)
@mkdir -p $(BIN_DIR)
$(CC) $(LDFLAGS) $(OBJ_FILES) -o $(BIN_DIR)/$@
-
+
.PHONY: clean
clean: