Oops, don't suppress echo of the rm command in l2hclean!
This commit is contained in:
parent
03ff6f7474
commit
5de31fc094
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue