--- chewbacca/Makefile 2008/09/23 07:29:29 1.2 +++ chewbacca/Makefile 2008/09/23 09:52:37 1.3 @@ -33,6 +33,9 @@ for sub_dir in $(DIRS) ; do \ ( cd $$sub_dir && make distclean) ; \ done + for sub_dir in `find ./ -name obj` ; do \ + rm -rf $$sub_dir ; \ + done install: if [ "$(PAM_SOFTWARE)" == "" ]; then echo "";\