47ea306c424d4b800a1d6fea2cef10547bbaba62 hiram Thu Jun 17 15:37:36 2010 -0700 fixup makefiles to have clean targets diff --git src/hg/snpException/makefile src/hg/snpException/makefile index f5ae5e5..ea639b2 100644 --- src/hg/snpException/makefile +++ src/hg/snpException/makefile @@ -11,5 +11,5 @@ ${CC} ${COPT} ${CFLAGS} ${HG_DEFS} ${HG_WARN} ${HG_INC} ${O} ${MYLIBS} ${L} mv ${AOUT} ${BINDIR}/${A} -clean: - rm ${O} ${BINDIR}/${A} +clean:: + rm -f ${O}