05e67c59a20a5d00b810a981aef3b00c5bef82e1 max Fri Sep 20 06:03:18 2024 -0700 more features to hubtools: search in both parent and subdirs, better docs diff --git src/utils/hubtools/makefile src/utils/hubtools/makefile index 5a4ce56..61327b6 100644 --- src/utils/hubtools/makefile +++ src/utils/hubtools/makefile @@ -1,14 +1,17 @@ kentSrc = ../.. include ../../inc/common.mk compile: cp -p hubtools ${DESTBINDIR}/hubtools +alpha: + cp -p hubtools ${DESTBINDIR}/hubtools + lint: pylint hubtools clean: cd tests && ${MAKE} clean #test: #cd tests && ${MAKE}