diff options
author | Yann Collet <cyan@fb.com> | 2017-09-07 00:41:44 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2017-09-07 00:41:44 (GMT) |
commit | ee5332438b9a4c65147003334bcdbb9915930603 (patch) | |
tree | a5a9d83953134e2f5e3d9b3baf0e3c8b250af249 /lib/Makefile | |
parent | 1ad9a36cfb9fc669b0b18bfcd902d3e52a3d2cbb (diff) | |
download | lz4-ee5332438b9a4c65147003334bcdbb9915930603.zip lz4-ee5332438b9a4c65147003334bcdbb9915930603.tar.gz lz4-ee5332438b9a4c65147003334bcdbb9915930603.tar.bz2 |
minor Makefile fixes
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 5907aac..dd33f50 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -117,7 +117,8 @@ clean: ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS)) DESTDIR ?= -# directory variables : GNU convention prefers lowercase +# directory variables : GNU conventions prefer lowercase +# see https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html # support both lower and uppercase (BSD), use uppercase in script prefix ?= /usr/local PREFIX ?= $(prefix) |