diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-03-18 16:26:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-18 16:26:54 +0100 |
commit | 50608615459b65eb9f9348a3dfd8fe257bb9deff (patch) | |
tree | 5f150e4ca1749d1321354200a517a066fa8b3d29 /qemu_mode | |
parent | 992cf3dd258cdcbd1de6f60e334b84a4503a6a5c (diff) | |
download | afl++-50608615459b65eb9f9348a3dfd8fe257bb9deff.tar.gz |
qemu_mode/libcompcov/Makefile install: fix installation of README
Diffstat (limited to 'qemu_mode')
-rw-r--r-- | qemu_mode/libcompcov/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/libcompcov/Makefile b/qemu_mode/libcompcov/Makefile index 07bab99d..4f7b0c0e 100644 --- a/qemu_mode/libcompcov/Makefile +++ b/qemu_mode/libcompcov/Makefile @@ -38,5 +38,5 @@ compcovtest: compcovtest.cc install: all install -m 755 ../../libcompcov.so $${DESTDIR}$(HELPER_PATH) - install -m 644 README.compcov $${DESTDIR}$(HELPER_PATH) + install -m 644 -T README.md $${DESTDIR}$(HELPER_PATH)/README.compcov.md |