From 4671f67156c1c59c2f9f7c3ead1a2e9141375d41 Mon Sep 17 00:00:00 2001 From: joeyh Date: Wed, 8 Mar 2006 04:04:34 +0000 Subject: * Replaced and(1) and not(1) by combine, based on an idea by Matt Taggart. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 78d111c..7cacd7e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BINS=isutf8 sponge ifdata -PERLSCRIPTS=vidir vipe ts and not -MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 and.1 not.1 ifdata.1 +PERLSCRIPTS=vidir vipe ts combine +MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 CFLAGS=-O2 -g -Wall all: $(BINS) $(MANS) -- cgit v1.2.3