36950db842ea4534a1aa9a8ca0fb86ba10ab163a hiram Mon Aug 16 16:00:55 2010 -0700 properly clean everything during clean target diff --git src/hg/pslPartition/makefile src/hg/pslPartition/makefile index 69c0fba..423fd46 100644 --- src/hg/pslPartition/makefile +++ src/hg/pslPartition/makefile @@ -1,22 +1,22 @@ include ../../inc/common.mk L += -lm MYLIBDIR = ../../lib/$(MACHTYPE) MYLIBS = $(MYLIBDIR)/jkweb.a A = pslPartition O = pslPartition.o $A: $O $(MYLIBS) ${CC} ${COPT} ${CFLAGS} -o ${DESTDIR}${BINDIR}/${A}${EXE} $O ${MYLIBS} ${L} ${STRIP} ${DESTDIR}${BINDIR}/${A}${EXE} compile:: ${O} ${CC} ${COPT} ${CFLAGS} -o ${A}${EXE} $O ${MYLIBS} ${L} test: compile (cd tests && ${MAKE} test) - rm -fr tests/output ${A}${EXE} + rm -fr tests/output ${A}${EXE} ${O} clean:: - rm -f pslPartition ${O} + rm -fr tests/output ${A}${EXE} ${O}