summaryrefslogtreecommitdiff
path: root/tools/makefile
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-11-22 16:05:50 -0800
committerJohn Denker <jsd@av8n.com>2012-11-22 16:05:50 -0800
commit38d51b1b20776f7435737bf26d2f912daa312282 (patch)
treea41e9795665655d05009588743b86dc7bd07ce01 /tools/makefile
parent3c9817f94592907c8c19a8b8f97af87dad3dceaf (diff)
start moving stuff to libskrewt
Diffstat (limited to 'tools/makefile')
-rw-r--r--tools/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/makefile b/tools/makefile
index 5bd5711..1cb1425 100644
--- a/tools/makefile
+++ b/tools/makefile
@@ -32,7 +32,7 @@ beware_other = checkpassword.c spamc.c
| sed '\''s/\($*\)\.o[ :]*/\1.o $@ : /g'\'' > $@; \
[ -s $@ ] || rm -f $@'
-all: $(qprogs) $(moreprogs) fixown2
+all: $(qprogs) $(moreprogs) fixown2 ward
show:
: --- $(qprogs) +++ $(moreprogs)
@@ -51,6 +51,10 @@ skrewt: skrewt.o utils.o sepofra.o
$(CC) $^ -lboost_filesystem-mt -lboost_system -lspf2 -o $@
./fixown $@
+ward: ward.o libskrewt.o utils.o sepofra.o
+ $(CC) $^ -lboost_filesystem-mt -lboost_system -lspf2 -o $@
+ ./fixown $@
+
greylist: greylist.o utils.o
$(CC) $^ -lboost_filesystem-mt -lboost_system -o $@
./fixown $@