47ea306c424d4b800a1d6fea2cef10547bbaba62 hiram Thu Jun 17 15:37:36 2010 -0700 fixup makefiles to have clean targets diff --git src/hg/pslToBed/makefile src/hg/pslToBed/makefile index 2cf3794..55b19a0 100644 --- src/hg/pslToBed/makefile +++ src/hg/pslToBed/makefile @@ -1,17 +1,20 @@ include ../../inc/common.mk L += $(MYSQLLIBS) -lm MYLIBDIR = ../../lib/$(MACHTYPE) MYLIBS = $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a O = pslToBed.o myown:pslToBed mv pslToBed ${BINDIR}/ pslToBed: ${CC} ${COPT} ${CFLAGS} -Wimplicit -I../inc -I../../inc -o $@ $(addsuffix .c,$@) $(MYLIBS) $(L) lib: cd ../../lib && ${MAKE} + +clean:: + rm -f ${O}