9bfcf5e486d3ff0032e427a6ccf478fb776f5e0f hiram Mon Jun 14 11:42:27 2010 -0700 fixing makefiles to have clean targets diff --git src/protDust/makefile src/protDust/makefile index 811dfd1..650f265 100644 --- src/protDust/makefile +++ src/protDust/makefile @@ -1,11 +1,14 @@ include ../inc/common.mk O = protDust.o protDust.exe: $(O) ${CC} ${COPT} ${CFLAGS} $O ../lib/$(MACHTYPE)/jkweb.a mv ${AOUT} protDust.exe chmod a+rx protDust.exe push: mv protDust.exe ${CGI_BIN}-${USER} + +clean:: + rm -f ${O} protDust.exe ${AOUT}