adaefb41c47c8ed44b75ad2793770bae5070e71b hiram Fri Jun 18 20:36:26 2010 -0700 last bunch of makefiles that need a clean target diff --git src/hg/wikiPlot/makefile src/hg/wikiPlot/makefile index 30f6117..9266581 100644 --- src/hg/wikiPlot/makefile +++ src/hg/wikiPlot/makefile @@ -1,19 +1,16 @@ include ../../inc/common.mk include ../../inc/cgi_build_rules.mk L += ${MYSQLLIBS} -lm MYLIBDIR = ../../lib/${MACHTYPE} MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a A = wikiPlot O = wikiPlot.o %.o: %.c ${CC} ${COPT} ${CFLAGS} ${GBROWSE_D} ${LOWELAB_DEFS} ${HG_DEFS} ${HG_WARN} ${HG_INC} ${XINC} -o $@ -c $< compile: $O ${CC} -o $A $O ${MYLIBS} ${L} - -clean:: - rm -f ${O}