diff options
author | John Denker <jsd@av8n.com> | 2012-07-19 20:58:24 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-07-19 20:58:24 -0700 |
commit | 0931dac68f4c04c58e1f5300b2bb11fc4f3a4504 (patch) | |
tree | 546cdd94f530d7e5a751570684f3fc2347e4fded /tools/makefile | |
parent | d0b00466addec0d6f96d2dedd6b09d462b2fd565 (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 $@ |