Skip to content

Commit

Permalink
Merge pull request BVLC#4094 from shelhamer/make-clean-clears-distribute
Browse files Browse the repository at this point in the history
Note that `make clean` clears build and distribute dirs
  • Loading branch information
shelhamer committed May 4, 2016
2 parents 3d41c8a + e6fc797 commit af04325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.config.example
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ LIBRARY_DIRS := $(PYTHON_LIB) /usr/local/lib /usr/lib
# (Usually not necessary -- OpenCV libraries are normally installed in one of the above $LIBRARY_DIRS.)
# USE_PKG_CONFIG := 1

# N.B. both build and distribute dirs are cleared on `make clean`
BUILD_DIR := build
DISTRIBUTE_DIR := distribute

Expand Down

0 comments on commit af04325

Please sign in to comment.