projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d01800
)
Makefile: Add a 'dok' target
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 21 Dec 2021 14:23:32 +0000
(15:23 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Fri, 24 Dec 2021 07:55:56 +0000
(08:55 +0100)
... that depends on the 'error' target to show the
"You are not using GNU make or did nor run configure"
message.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
493643f
..
2dc8180
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-70,6
+70,8
@@
error:
.PHONY: error
+dok: error
+
#############################################################################
## Local Variables: