adaefb41c47c8ed44b75ad2793770bae5070e71b hiram Fri Jun 18 20:36:26 2010 -0700 last bunch of makefiles that need a clean target diff --git src/utils/nibCheck/makefile src/utils/nibCheck/makefile index e9429e6..39b671d 100644 --- src/utils/nibCheck/makefile +++ src/utils/nibCheck/makefile @@ -1,14 +1,17 @@ include ../../inc/common.mk L += -lm MYLIBDIR = ../../lib/$(MACHTYPE) MYLIBS = $(MYLIBDIR)/jkweb.a O = nibCheck.o nibCheck: $O $(MYLIBS) ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/nibCheck $O $(MYLIBS) $L ${CC} ${COPT} ${CFLAGS} $O $(MYLIBS) -lm mv ${AOUT} nibCheck chmod a+rx nibCheck + +clean:: + rm -f ${O}