diff options
author | Louis P. Santillan <lpsantil@gmail.com> | 2015-05-27 05:50:59 (GMT) |
---|---|---|
committer | Louis P. Santillan <lpsantil@gmail.com> | 2015-05-27 05:50:59 (GMT) |
commit | f0a0e4430bd983ce3e054735717f89a095416f24 (patch) | |
tree | 98ab2a98ea0d25243bd5bbfa20db5a590b337d2a | |
parent | a3a479fc2b8f0d74f952a5676c29f07f9cf3c1b0 (diff) | |
download | lz4-f0a0e4430bd983ce3e054735717f89a095416f24.zip lz4-f0a0e4430bd983ce3e054735717f89a095416f24.tar.gz lz4-f0a0e4430bd983ce3e054735717f89a095416f24.tar.bz2 |
READM fixup
-rw-r--r-- | contrib/djgpp/README.MD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/djgpp/README.MD b/contrib/djgpp/README.MD index ff78902..0f4cae6 100644 --- a/contrib/djgpp/README.MD +++ b/contrib/djgpp/README.MD @@ -14,7 +14,7 @@ Try: * `make -f contrib/djgpp/Makefile` * `make -f contrib/djgpp/Makefile liblz4.a` * `make -f contrib/djgpp/Makefile lz4.exe` -* `make -f contrib/djgpp/Makefile DESTDIR=/home/user/dos install`, however it doesn\'t make much sense on a \*nix. +* `make -f contrib/djgpp/Makefile DESTDIR=/home/user/dos install`, however it doesn't make much sense on a \*nix. * You can also do `make -f contrib/djgpp/Makefile uninstall` [0]: https://github.com/andrewwutw/build-djgpp |