36950db842ea4534a1aa9a8ca0fb86ba10ab163a
hiram
  Mon Aug 16 16:00:55 2010 -0700
properly clean everything during clean target
diff --git src/hg/pslPartition/makefile src/hg/pslPartition/makefile
index 69c0fba..423fd46 100644
--- src/hg/pslPartition/makefile
+++ src/hg/pslPartition/makefile
@@ -16,7 +16,7 @@
 
 test: compile
 	(cd tests && ${MAKE} test)
-	rm -fr tests/output ${A}${EXE}
+	rm -fr tests/output ${A}${EXE} ${O}
 
 clean::
-	rm -f pslPartition ${O}
+	rm -fr tests/output ${A}${EXE} ${O}