8 lines
182 B
Makefile
8 lines
182 B
Makefile
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."
|