9bfcf5e486d3ff0032e427a6ccf478fb776f5e0f hiram Mon Jun 14 11:42:27 2010 -0700 fixing makefiles to have clean targets diff --git src/idbQuery/makefile src/idbQuery/makefile index cd6fd86..ae0bf5c 100644 --- src/idbQuery/makefile +++ src/idbQuery/makefile @@ -14,3 +14,5 @@ push: mv idbQuery.exe ${CGI_BIN}-${USER} +clean:: + rm -f ${O} idbQuery.exe ${AOUT}