adaefb41c47c8ed44b75ad2793770bae5070e71b hiram Fri Jun 18 20:36:26 2010 -0700 last bunch of makefiles that need a clean target diff --git src/hg/hgBlat/makefile src/hg/hgBlat/makefile index 51ff175..ff16a61 100644 --- src/hg/hgBlat/makefile +++ src/hg/hgBlat/makefile @@ -1,21 +1,20 @@ include ../../inc/common.mk HG_WARN=-Wall L += ${MYSQLLIBS} -lm MYLIBDIR = ../../lib/${MACHTYPE} MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkOwnLib.a ${MYLIBDIR}/jkweb.a A = hgBlat O = $A.o include ../../inc/cgi_build_rules.mk compile: $O ${CC} $O ${MYLIBS} ${L} mv ${AOUT} $A${EXE} clean:: rm -f hgSs_*.fa hgSs_*.pslx -