95efc27edf24bba8d0c7e53d2ef4aead59982826 braney Mon Jun 15 18:29:39 2020 -0700 Merging in our gencode merge code to master branch diff --git src/hg/makeDb/outside/gencode/makefile src/hg/makeDb/outside/gencode/makefile new file mode 100644 index 0000000..96195ad --- /dev/null +++ src/hg/makeDb/outside/gencode/makefile @@ -0,0 +1,17 @@ +kentSrc = ../../../.. +include ${kentSrc}/inc/common.mk + +pyprogs = $(shell file -F $$'\t' bin/* | awk '/Python script/{print $$1}') + + +all:: + +test:: + cd tests && ${MAKE} test + +clean:: + cd tests && ${MAKE} clean + +lint: + + python3 -m flake8 ${pyprogs} lib