From 860cd61ba540e0dc9d72bf3c159957026855ce90 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 22 Jun 2026 22:41:57 +0100 Subject: [PATCH] adds placeholder rules to smtp/Makefile --- smtp/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/smtp/Makefile b/smtp/Makefile index e69de29..cbbf7e1 100644 --- a/smtp/Makefile +++ b/smtp/Makefile @@ -0,0 +1,7 @@ +all: Makefile + +Makefile: Makefile + echo "Nothing to be done for smtp: this Makefile is a placeholder." + +clean: + echo "Nothing to be cleaned up for smtp: this rule is a placeholder."