Reference counter debugging

This commit is contained in:
Michael Davidsaver
2015-01-04 12:09:10 -05:00
parent 7d527103bf
commit 89b411990a
5 changed files with 128 additions and 0 deletions

View File

@ -19,3 +19,5 @@ UNINSTALL_DIRS += $(wildcard $(INSTALL_LOCATION)/python*)
#useful targets includ: doc-html and doc-clean
doc-%:
PYTHONPATH=$$PWD/python$(PY_VER)/$(EPICS_HOST_ARCH) $(MAKE) -C documentation $*
doc: doc-html