diff options
author | Paul Rodger <paul@paulrodger.com> | 2002-04-30 23:55:52 +0000 |
---|---|---|
committer | Paul Rodger <paul@paulrodger.com> | 2002-04-30 23:55:52 +0000 |
commit | 7187dd8f6fc3c798958d3fbbaa842edc8276c873 (patch) | |
tree | 9948851e600be5dd41495ba95a6b1c92802b1144 /Makefile | |
parent | ca6933b50f00440ff90b83074c6d4e9d6d1727e9 (diff) | |
download | archivemail-7187dd8f6fc3c798958d3fbbaa842edc8276c873.tar.gz archivemail-7187dd8f6fc3c798958d3fbbaa842edc8276c873.tar.bz2 archivemail-7187dd8f6fc3c798958d3fbbaa842edc8276c873.zip |
Let's try to get my email address a bit less easy to get by spammers.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ sdist: clobber doc rm archivemail tag: cvs tag -F current - cvs tag $(VERSION_TAG) + cvs tag -F $(VERSION_TAG) upload: (cd dist && lftp -c 'open upload.sf.net && cd incoming && put $(TARFILE)') |