diff options
author | John Denker <jsd@av8n.com> | 2012-07-19 20:58:24 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-07-29 15:32:34 -0700 |
commit | 945767f12154698fab3e7e370486a5e9b09276e9 (patch) | |
tree | 39f2cceeebf52a9c380e6dc3d48befd81ca24a8e /tools/makefile | |
parent | 8a896e9b2bce51742d264f6a23c4cce544ec5af7 (diff) |
add "Scan" function to greylist
Diffstat (limited to 'tools/makefile')
-rw-r--r-- | tools/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/makefile b/tools/makefile index 8837952..97c345c 100644 --- a/tools/makefile +++ b/tools/makefile @@ -14,6 +14,9 @@ progs = pido hi-q skrewt hi-test mail-scan greylist all: $(progs) +greylist: greylist.c + $(CC) $< -lboost_filesystem-mt -o $@ + mail-scan: mail-scan.o $(CC) $< -lboost_regex -o $@ |