Makefile: Add a 'dok' target
authorFabian Keil <fk@fabiankeil.de>
Tue, 21 Dec 2021 14:23:32 +0000 (15:23 +0100)
committerFabian 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

index 493643f..2dc8180 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,8 @@ error:
 
 .PHONY: error
 
+dok: error
+
 #############################################################################
 
 ## Local Variables: