newlines at end of all files #references #72

This commit is contained in:
Peter Thorson
2012-02-20 06:41:09 -06:00
parent 9e93420728
commit c2cbe7110d
11 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ BOOST_LIB_PATH ?= /usr/local/lib
BOOST_INCLUDE_PATH ?= /usr/local/include
CPP11 ?=
CFLAGS = -O2 $(CPP11) -I$(BOOST_INCLUDE_PATH)
CFLAGS = -Wall -O2 $(CPP11) -I$(BOOST_INCLUDE_PATH)
LDFLAGS = -L$(BOOST_LIB_PATH)
CXX ?= c++