36950db842ea4534a1aa9a8ca0fb86ba10ab163a hiram Mon Aug 16 16:00:55 2010 -0700 properly clean everything during clean target diff --git src/hg/genePredHisto/makefile src/hg/genePredHisto/makefile index 04541fc..f6b0939 100644 --- src/hg/genePredHisto/makefile +++ src/hg/genePredHisto/makefile @@ -19,4 +19,4 @@ rm -fr tests/output ${A}${EXE} ${A}.o clean:: - rm -f ${O} ${A} + rm -fr tests/output ${A}${EXE} ${A}.o