e5f1cb521f39298a094e60c0b59210f059bfed0b hiram Tue Mar 8 15:18:47 2011 -0800 properly clean the executable diff --git src/utils/bigBedSummary/makefile src/utils/bigBedSummary/makefile index f66786b..a04e6f6 100644 --- src/utils/bigBedSummary/makefile +++ src/utils/bigBedSummary/makefile @@ -1,19 +1,19 @@ include ../../inc/common.mk L += -lm -lz ${SOCKETLIB} MYLIBDIR = ../../lib/${MACHTYPE} MYLIBS = ${MYLIBDIR}/jkweb.a A = bigBedSummary O = ${A}.o $A: ${O} ${MYLIBS} @${MKDIR} "${DESTDIR}${BINDIR}" ${CC} ${COPT} ${CFLAGS} -o ${DESTDIR}${BINDIR}/${A}${EXE} $O ${MYLIBS} ${L} ${STRIP} ${DESTDIR}${BINDIR}/${A}${EXE} compile: ${O} ${MYLIBS} ${CC} ${COPT} ${CFLAGS} -o ${A}${EXE} $O ${MYLIBS} ${L} clean:: - rm -f ${O} + rm -f ${O} ${A}${EXE}