adaefb41c47c8ed44b75ad2793770bae5070e71b hiram Fri Jun 18 20:36:26 2010 -0700 last bunch of makefiles that need a clean target diff --git src/utils/tableSum/makefile src/utils/tableSum/makefile index 51dea55..046ee2c 100644 --- src/utils/tableSum/makefile +++ src/utils/tableSum/makefile @@ -10,3 +10,6 @@ tableSum: $O $(MYLIBS) ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/tableSum $O $(MYLIBS) $L ${STRIP} ${BINDIR}/tableSum${EXE} + +clean:: + rm -f ${O}