9bfcf5e486d3ff0032e427a6ccf478fb776f5e0f hiram Mon Jun 14 11:42:27 2010 -0700 fixing makefiles to have clean targets diff --git src/wormAli/makefile src/wormAli/makefile index b293144..a0a9247 100644 --- src/wormAli/makefile +++ src/wormAli/makefile @@ -10,3 +10,6 @@ chmod g-w wormAli.exe chmod a+rx wormAli.exe mv wormAli.exe ${CGI_BIN}/ + +clean:: + rm -f wormAli.exe ${AOUT} ${O}