47ea306c424d4b800a1d6fea2cef10547bbaba62 hiram Thu Jun 17 15:37:36 2010 -0700 fixup makefiles to have clean targets diff --git src/hg/patCount/makefile src/hg/patCount/makefile index dd9bab0..1c9c5ad 100644 --- src/hg/patCount/makefile +++ src/hg/patCount/makefile @@ -1,14 +1,17 @@ include ../../inc/common.mk L += MYLIBDIR = ../../lib/$(MACHTYPE) MYLIBS = $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a O = patCount.o patCount: $O ../../lib/$(MACHTYPE)/jkweb.a ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/patCount $O $(MYLIBS) $L lib: cd ../../lib && ${MAKE} + +clean:: + rm -f ${O}