[build] note that `make clean` clears build and distribute dirs
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Wed, 4 May 2016 20:31:35 +0000 (13:31 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Wed, 4 May 2016 20:32:22 +0000 (13:32 -0700)
Makefile.config.example

index 8fd49c9..07bed63 100644 (file)
@@ -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