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/hubMake/makefile src/utils/hubMake/makefile deleted file mode 100644 index 0d2cb14..0000000 --- src/utils/hubMake/makefile +++ /dev/null @@ -1,14 +0,0 @@ -kentSrc = ../.. -include ../../inc/common.mk - -compile: - cp -p hubMake ${DESTBINDIR}/hubMake - -lint: - pylint hubMake - -clean: - cd tests && ${MAKE} clean - -#test: - #cd tests && ${MAKE}