Skip to content

Commit

Permalink
c++ 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mli committed Jul 7, 2015
1 parent c9d0bea commit 1f11967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PS_LIB = build/libps.a
PS_MAIN = build/libps_main.a

all: ps

echo $(CXX)
clean:
rm -rf build
find src -name "*.pb.[ch]*" -delete
Expand Down
2 changes: 1 addition & 1 deletion make/travis/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ ${TASK} == "doc" ]; then
fi

if [ ${TASK} == "build" ]; then
make ps DEPS_PATH=${CACHE_PREFIX} || exit -1
make ps DEPS_PATH=${CACHE_PREFIX} CXX=${CXX} || exit -1
fi

if [ ${TASK} == "unittest_gtest" ]; then
Expand Down

0 comments on commit 1f11967

Please sign in to comment.