From 7d6ce57508ace1e3257a409e49900715ef5cbe11 Mon Sep 17 00:00:00 2001 From: Kamil Kaminski Date: Wed, 6 Jul 2011 20:34:35 -0500 Subject: kill whitespace --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3