2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Fold lines at 80 characters for the clean: target

This commit is contained in:
Todd C. Miller
2016-06-13 15:12:44 -06:00
parent 5348d32ab6
commit 72f18cff9a
7 changed files with 15 additions and 9 deletions

View File

@@ -148,7 +148,8 @@ cppcheck:
check:
clean:
-$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f *.lo *.o *.la *.a stamp-* core *.core core.*
-$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f *.lo *.o *.la *.a stamp-* \
core *.core core.*
mostlyclean: clean