summaryrefslogtreecommitdiff
path: root/tools/makefile
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-07-19 20:58:24 -0700
committerJohn Denker <jsd@av8n.com>2012-07-29 15:32:34 -0700
commit945767f12154698fab3e7e370486a5e9b09276e9 (patch)
tree39f2cceeebf52a9c380e6dc3d48befd81ca24a8e /tools/makefile
parent8a896e9b2bce51742d264f6a23c4cce544ec5af7 (diff)
add "Scan" function to greylist
Diffstat (limited to 'tools/makefile')
-rw-r--r--tools/makefile3
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 $@