fixed minor declaration warning

This commit is contained in:
Yann Collet
2018-03-20 18:03:56 -07:00
parent e0cb8d19c6
commit 453d487807
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -100,11 +100,11 @@ zstd-nolegacy:
gzstd:
$(MAKE) -C $(PRGDIR) zstd HAVE_ZLIB=1 MOREFLAGS+="$(DEBUGFLAGS)"
.PHONY:
.PHONY: zstd-dll
zstd-dll :
$(MAKE) -C $(ZSTDDIR) libzstd
.PHONY:
.PHONY: zstd-staticLib
zstd-staticLib :
$(MAKE) -C $(ZSTDDIR) libzstd.a