From b55a8e3a90e876fe1b80c886e63bb5d9fe0e022a Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Tue, 30 Jun 2009 04:25:55 +0200 Subject: [PATCH] Compile parallel by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16d88b4..be51ab3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BINS=isutf8 ifdata ifne pee sponge mispipe lckdo +BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel PERLSCRIPTS=vidir vipe ts combine zrun MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 mispipe.1 lckdo.1 CFLAGS=-O2 -g -Wall -- 2.39.5