Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5de31fc

Browse files
committed
Oops, don't suppress echo of the rm command in l2hclean!
1 parent 03ff6f7 commit 5de31fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ clean: l2hclean
209209
rm -f *.bak *.orig
210210

211211
l2hclean:
212-
@rm -rf api ext lib tut
212+
rm -rf api ext lib tut
213213

214214
# Remove temporaries as well as final products
215215
clobber: clean

0 commit comments

Comments
 (0)