38785bd54a6b4f7c5f13bc7a4b6666d69a2a422c hiram Thu Jun 17 15:37:36 2010 -0700 fixup makefiles to have clean targets diff --git src/hg/gpStats/makefile src/hg/gpStats/makefile index d22526b..30f209e 100644 --- src/hg/gpStats/makefile +++ src/hg/gpStats/makefile @@ -1,17 +1,20 @@ include ../../inc/common.mk L += -lm MYLIBDIR = ../../lib/$(MACHTYPE) MYLIBS = $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a O = gpStats.o gpStats: $O $(MYLIBS) ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/gpStats $O $(MYLIBS) $L ${STRIP} ${BINDIR}/gpStats${EXE} lib: cd ../lib && ${MAKE} cd ../../lib && ${MAKE} + +clean:: + rm -f ${O}