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