adds placeholder rules to smtp/Makefile
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user