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
|
||||
# ##########################################################################
|
||||
|
||||
.PHONY: default
|
||||
default: zstd-release
|
||||
# default target (when runing `make` with no argument)
|
||||
.PHONY: zstd-release
|
||||
zstd-release:
|
||||
|
||||
LIBZSTD := ../lib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user