From 4134b154839c91f44bb39547af9297f4b6a353d3 Mon Sep 17 00:00:00 2001 From: John Denker Date: Fri, 23 Nov 2012 11:51:38 -0800 Subject: pipette ... for playing around with pipes and other i/o stuff --- tools/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools/makefile') diff --git a/tools/makefile b/tools/makefile index 38d35ce..ec9c101 100644 --- a/tools/makefile +++ b/tools/makefile @@ -17,7 +17,7 @@ qmain = pido.c hi-q.c skrewt.c hi-test.c mail-scan.c \ qprogs = $(qmain:%.c=%) # sources for other main programs: -moremain = wripper.c bash-c.c ltgrey.c fixown.c +moremain = wripper.c bash-c.c ltgrey.c fixown.c pipette.c moreprogs = $(moremain:%.c=%) nonmain = libltgrey.c @@ -49,6 +49,9 @@ fixown2: fixown.o utils.o chmod o-rwx $@ ./fixown $@ +pipette: pipette.o utils.o + $(CC) $^ -o $@ + skrewt: skrewt.o utils.o sepofra.o $(CC) $^ -lboost_filesystem-mt -lboost_system -lspf2 -o $@ ./fixown $@ -- cgit v1.2.3