38785bd54a6b4f7c5f13bc7a4b6666d69a2a422c
hiram
  Thu Jun 17 15:37:36 2010 -0700
fixup makefiles to have clean targets
diff --git src/hg/snpException/makefile src/hg/snpException/makefile
index f5ae5e5..ea639b2 100644
--- src/hg/snpException/makefile
+++ src/hg/snpException/makefile
@@ -11,5 +11,5 @@
 	${CC} ${COPT} ${CFLAGS} ${HG_DEFS} ${HG_WARN} ${HG_INC} ${O} ${MYLIBS} ${L}
 	mv ${AOUT} ${BINDIR}/${A}
 
-clean:	
-	rm ${O} ${BINDIR}/${A}
+clean::
+	rm -f ${O}