From 7f54fd0d1028f93f6ad9afe5e2d0a75b2263d06a Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 21 Dec 2021 15:23:32 +0100
Subject: [PATCH] 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:
-- 
2.49.0