f75f891d0f7d1cb2ebd8fcd35fa94984cdd6f444 max Wed Nov 23 10:13:08 2022 -0800 adding clean command diff --git src/utils/bigGuessDb/makefile src/utils/bigGuessDb/makefile index d83967c..bb49933 100644 --- src/utils/bigGuessDb/makefile +++ src/utils/bigGuessDb/makefile @@ -1,14 +1,14 @@ kentSrc = ../.. include ../../inc/common.mk compile: cp -p bigGuessDb ${DESTBINDIR}/chromToUcsc check: pylint bigGuessDb -#clean: +clean: #cd tests && ${MAKE} clean #test: #cd tests && ${MAKE}