default targets of lib/ and programs/ have different names
avoid risks on overlapping in case of include
This commit is contained in:
+3
-2
@@ -15,8 +15,9 @@
|
|||||||
# zstd-decompress : decompressor-only version of zstd
|
# zstd-decompress : decompressor-only version of zstd
|
||||||
# ##########################################################################
|
# ##########################################################################
|
||||||
|
|
||||||
.PHONY: default
|
# default target (when runing `make` with no argument)
|
||||||
default: zstd-release
|
.PHONY: zstd-release
|
||||||
|
zstd-release:
|
||||||
|
|
||||||
LIBZSTD := ../lib
|
LIBZSTD := ../lib
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user