summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2021-02-19 08:54:04 -0700
committerTodd C. Miller <Todd.Miller@sudo.ws>2021-02-19 08:54:04 -0700
commit8f2ca5b52c809c4eeb45209c1b722053d8d8a75a (patch)
tree566876a43507dcd2fc3452e726ef0257646f2cef /Makefile.in
parent6acf77f1a78cf16089fcddfa091bc3b3c31d2227 (diff)
downloadsudo-8f2ca5b52c809c4eeb45209c1b722053d8d8a75a.tar.gz
Add clean rules to .PHONY target.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5a7e3ccc4..ff36b3814 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -437,4 +437,5 @@ sandwich:
echo "What? Make it yourself!"; \
fi
-.PHONY: ChangeLog me a sandwhich check-format reformat
+.PHONY: clean mostlyclean distclean cleandir clobber realclean ChangeLog \
+ me a sandwhich check-format reformat