]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
default targets of lib/ and programs/ have different names
authorYann Collet <cyan@fb.com>
Sun, 27 Aug 2023 23:24:59 +0000 (16:24 -0700)
committerYann Collet <cyan@fb.com>
Tue, 12 Sep 2023 20:46:03 +0000 (13:46 -0700)
avoid risks on overlapping in case of include

programs/Makefile

index be83c249336735b5d36abd62b6b531f2e5b094a3..99e004c94567940cfcb7bd951a8a4d46e09c4ee3 100644 (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