From ffc4b5ce605253957b2a0ce82cf924c669806590 Mon Sep 17 00:00:00 2001 From: John Denker Date: Sun, 15 Jul 2012 06:43:36 -0700 Subject: primitive grep-like thing for looking at mail headers --- tools/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/makefile') diff --git a/tools/makefile b/tools/makefile index 3803e44..7f5dcef 100644 --- a/tools/makefile +++ b/tools/makefile @@ -10,7 +10,7 @@ CC= /usr/bin/g++ -Wall -g -I $(HOME)/lib/include .SECONDARY : # do not remove any intermediate files -progs = pido hi-q skrewt hi-test +progs = pido hi-q skrewt hi-test mail-scan all: $(progs) -- cgit v1.2.3