diff --git a/Makefile b/Makefile index a5758734..856b1a07 100644 --- a/Makefile +++ b/Makefile @@ -35,8 +35,9 @@ all: lib: @$(MAKE) -C $(ZSTDDIR) +.PHONY: zstd zstd: - @$(MAKE) -C $(PRGDIR) + @$(MAKE) -C $(PRGDIR) $@ cp $(PRGDIR)/zstd$(EXT) . .PHONY: zlibwrapper