default targets of lib/ and programs/ have different names

avoid risks on overlapping in case of include
This commit is contained in:
Yann Collet
2023-09-12 13:46:03 -07:00
parent b69d06a810
commit 4edfaa93b7
+3 -2
View File
@@ -15,8 +15,9 @@
# zstd-decompress : decompressor-only version of zstd
# ##########################################################################
.PHONY: default
default: zstd-release
# default target (when runing `make` with no argument)
.PHONY: zstd-release
zstd-release:
LIBZSTD := ../lib