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 @@ -16,6 +16,5 @@ #$(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}