diff options
author | Przemyslaw Skibinski <inikep@gmail.com> | 2017-01-19 15:28:08 (GMT) |
---|---|---|
committer | Przemyslaw Skibinski <inikep@gmail.com> | 2017-01-19 15:28:08 (GMT) |
commit | 489d1618c98903817d516445c18f7c239d07ddbf (patch) | |
tree | 20c17d24970a1793d3b60bdf7c0a9a96e9af7b13 /lib | |
parent | 339e79320b47ef8495c753d6c100d33c641f22d4 (diff) | |
download | lz4-489d1618c98903817d516445c18f7c239d07ddbf.zip lz4-489d1618c98903817d516445c18f7c239d07ddbf.tar.gz lz4-489d1618c98903817d516445c18f7c239d07ddbf.tar.bz2 |
added "This Makefile is validated for"
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 2d9c8f3..7ba9ccb 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -3,6 +3,8 @@ # Copyright (C) Yann Collet 2011-2016 # All rights reserved. # +# This Makefile is validated for Linux, macOS, *BSD, Hurd, Solaris, MSYS2 targets +# # BSD license # Redistribution and use in source and binary forms, with or without modification, # are permitted provided that the following conditions are met: |