[Privoxy-commits] [privoxy] 02/02: Makefile: Add a 'dok' target
User Git
git at git.privoxy.org
Fri Dec 24 07:55:33 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 7f54fd0d1028f93f6ad9afe5e2d0a75b2263d06a
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Dec 21 15:23:32 2021 +0100
Makefile: Add a 'dok' target
... that depends on the 'error' target to show the
"You are not using GNU make or did nor run configure"
message.
---
Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index 493643f6..2dc8180b 100644
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,8 @@ error:
.PHONY: error
+dok: error
+
#############################################################################
## Local Variables:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list