Skip to content

Commit

Permalink
Merge pull request #5198 from longjon/config-backslash
Browse files Browse the repository at this point in the history
Remove trailing backslash on comment in Makefile.config.example
  • Loading branch information
shelhamer committed Jan 20, 2017
2 parents bc0d680 + 9b9f6d0 commit 5f84ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.config.example
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ PYTHON_INCLUDE := /usr/include/python2.7 \
# ANACONDA_HOME := $(HOME)/anaconda
# PYTHON_INCLUDE := $(ANACONDA_HOME)/include \
# $(ANACONDA_HOME)/include/python2.7 \
# $(ANACONDA_HOME)/lib/python2.7/site-packages/numpy/core/include \
# $(ANACONDA_HOME)/lib/python2.7/site-packages/numpy/core/include

# Uncomment to use Python 3 (default is Python 2)
# PYTHON_LIBRARIES := boost_python3 python3.5m
Expand Down

0 comments on commit 5f84ad7

Please sign in to comment.