adaefb41c47c8ed44b75ad2793770bae5070e71b hiram Fri Jun 18 20:36:26 2010 -0700 last bunch of makefiles that need a clean target diff --git src/hg/nci60/makefile src/hg/nci60/makefile index 75ac669..428dd38 100644 --- src/hg/nci60/makefile +++ src/hg/nci60/makefile @@ -1,21 +1,20 @@ include ../../inc/common.mk L += -lm $(MYSQLLIBS) MYLIBDIR = ../../lib/$(MACHTYPE) MYLIBS = $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a $(L) O = findStanAlignments stanToBedAndExpRecs %: %.c ${CC} ${COPT} ${CFLAGS} -Wimplicit -I../inc -I../../inc -o $@ $(addsuffix .c,$@) $(MYLIBS) cp $@ ${BINDIR}/ all : $(O) #$(O) : %: %.c ../lib/$(ARCHTYPE)/libsugnet.a # ${CC} ${COPT} ${CFLAGS} -Wimplicit -I../inc -I$(KENT_DIR)/inc -I$(KENT_DIR)/hg/inc -o $@ $(addsuffix .c,$@) $(SUGNET_LIBS) $(KENT_LIBS) -clean : - rm -f $(O) - rm -rf $(ARCHTYPE) +clean:: + rm -fr ${O} ${ARCHTYPE}