47ea306c424d4b800a1d6fea2cef10547bbaba62 hiram Thu Jun 17 15:37:36 2010 -0700 fixup makefiles to have clean targets diff --git src/oneShot/countServer/makefile src/oneShot/countServer/makefile index c5d0bc2..f987c40 100644 --- src/oneShot/countServer/makefile +++ src/oneShot/countServer/makefile @@ -1,11 +1,14 @@ include ../../inc/common.mk L += -lm MYLIBDIR = ../../lib/$(MACHTYPE) MYLIBS = $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a O = countServer.o countServer: $O $(MYLIBS) ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/countServer $O $(MYLIBS) $L ${STRIP} ${BINDIR}/countServer${EXE} + +clean:: + rm -f ${O}