From 2fb1431fe99124ea491c71b784972f87bacb01fe Mon Sep 17 00:00:00 2001 From: Kevin Murray Date: Tue, 1 Dec 2015 14:52:40 +1100 Subject: [PATCH] Build lib by default Gbp-Pq: Name 0002-Build-lib-by-default.patch --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bb3a4e4..ce72386 100644 --- a/Makefile +++ b/Makefile @@ -28,8 +28,8 @@ default: lib zstd .PHONY: all all: $(MAKE) -C $(ZSTDDIR) $@ - $(MAKE) -C $(PRGDIR) $@ zstd32 - $(MAKE) -C $(TESTDIR) $@ all32 + $(MAKE) -C $(PRGDIR) $@ + $(MAKE) -C $(TESTDIR) $@ .PHONY: lib lib: -- 2.30.2