From: Yann Collet Date: Thu, 22 Dec 2016 11:43:00 +0000 (+0100) Subject: fixed allmost target X-Git-Tag: v1.1.3^2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cedbd1936dcc9ac4c761c30f01ebb3868b46321;p=thirdparty%2Fzstd.git fixed allmost target --- diff --git a/Makefile b/Makefile index 691d5d82b..19b12d0ef 100644 --- a/Makefile +++ b/Makefile @@ -30,11 +30,16 @@ all: allmost CPPFLAGS=-I../lib LDFLAGS=-L../lib $(MAKE) -C examples/ $@ .PHONY: allmost -allmost: # without examples - $(MAKE) -C $(ZSTDDIR) $@ - $(MAKE) -C $(PRGDIR) $@ zstd32 - $(MAKE) -C $(TESTDIR) $@ all32 - $(MAKE) -C $(ZWRAPDIR) $@ +allmost: + $(MAKE) -C $(ZSTDDIR) all + $(MAKE) -C $(PRGDIR) all + $(MAKE) -C $(TESTDIR) all + $(MAKE) -C $(ZWRAPDIR) all + +.PHONY: all32 +all32: + $(MAKE) -C $(PRGDIR) zstd32 + $(MAKE) -C $(TESTDIR) all32 .PHONY: lib lib: