adaefb41c47c8ed44b75ad2793770bae5070e71b
hiram
  Fri Jun 18 20:36:26 2010 -0700
last bunch of makefiles that need a clean target
diff --git src/hg/pslAnal/makefile src/hg/pslAnal/makefile
index a26a3ca..bccfcc8 100644
--- src/hg/pslAnal/makefile
+++ src/hg/pslAnal/makefile
@@ -1,26 +1,29 @@
 include ../../inc/common.mk
 
 L += $(MYSQLLIBS) -lm 
 MYLIBDIR = ../../lib/$(MACHTYPE)
 MYLIBS =  $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
 #COPT = -ggdb
 
 A = pslAnal
 
 O = $A.o
 
 compile: $O 
 	${CC} ${COPT} ${CFLAGS} $O $(MYLIBS) $(L) 
 	mv ${AOUT} $A${EXE}
 	chmod a+rx $A${EXE}
 	cp -f $A ${BINDIR}/$A${EXE}
 
 debug: $O
 	${CC} ${COPT} ${CFLAGS} $O $(MYLIBS) $(L)
 	mv ${AOUT} $A${EXE}
 
 lib:
 	cd ../../lib && ${MAKE}
 
 tags:  
 	ctags *.c ../lib/*.c ../inc/*.h ../../lib/*.c ../../inc/*.h
+
+clean::
+	rm -f ${O}