Oops, don't suppress echo of the rm command in l2hclean!

This commit is contained in:
Fred Drake 1997-08-22 18:20:33 +00:00
parent 03ff6f7474
commit 5de31fc094
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ clean: l2hclean
rm -f *.bak *.orig
l2hclean:
@rm -rf api ext lib tut
rm -rf api ext lib tut
# Remove temporaries as well as final products
clobber: clean