From: Kevin Murray Date: Tue, 1 Dec 2015 03:52:40 +0000 (+1100) Subject: Build lib by default X-Git-Tag: archive/raspbian/1.3.3+dfsg-2+rpi1~2^2^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2fb1431fe99124ea491c71b784972f87bacb01fe;p=libzstd.git Build lib by default Gbp-Pq: Name 0002-Build-lib-by-default.patch --- 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: