diff options
author | John Denker <jsd@av8n.com> | 2012-11-24 07:49:07 -0800 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-11-24 07:49:07 -0800 |
commit | 3043e470e483da2452943bd810256ea0ff8807b0 (patch) | |
tree | c3636da217744a3bdb402b4e1cecb8e66dd0dd82 /tools/makefile | |
parent | f95fae8eba793751547db6b203f417b6fe7a35f7 (diff) |
comments and notes on what to do next
Diffstat (limited to 'tools/makefile')
-rw-r--r-- | tools/makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/makefile b/tools/makefile index ec9c101..fa3c689 100644 --- a/tools/makefile +++ b/tools/makefile @@ -1,3 +1,12 @@ +# Notes on this project + +# Things to do: +# fancier hi-q or pipette; handle triangular piping +# skrewt: read, use, and write envelope info +# skrewt: integrate call to spamc +# skrewt: integrate call to qmail-queue +# skrewt: integrate greylisting + CC= /usr/bin/g++ CFLAGS = -std=gnu++0x -Wall -g -I $(HOME)/lib/include |