diff options
Diffstat (limited to 'mailcap/Makefile')
| -rw-r--r-- | mailcap/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mailcap/Makefile b/mailcap/Makefile new file mode 100644 index 0000000..f69cced --- /dev/null +++ b/mailcap/Makefile @@ -0,0 +1,6 @@ +include ../functions.mk + +files: .mailcap + +.mailcap: mailcap.org + $(call tangle) |
