make zstd a phony target at root

This commit is contained in:
Yann Collet 2016-11-07 14:55:12 -08:00
parent 0018ca28dc
commit d41380ea5d

View File

@ -35,8 +35,9 @@ all:
lib:
@$(MAKE) -C $(ZSTDDIR)
.PHONY: zstd
zstd:
@$(MAKE) -C $(PRGDIR)
@$(MAKE) -C $(PRGDIR) $@
cp $(PRGDIR)/zstd$(EXT) .
.PHONY: zlibwrapper