4cfa3273efa7e2395a23185fffc3bdbd12ef6878 max Sat Sep 7 23:59:53 2024 -0700 committing hubtools command, refs #34405 diff --git src/utils/hubtools/makefile src/utils/hubtools/makefile new file mode 100644 index 0000000..a8919e9 --- /dev/null +++ src/utils/hubtools/makefile @@ -0,0 +1,14 @@ +kentSrc = ../.. +include ../../inc/common.mk + +compile: + cp -p hubtools ${DESTBINDIR}/hubMake + +lint: + pylint hubtools + +clean: + cd tests && ${MAKE} clean + +#test: + #cd tests && ${MAKE}