diff options
| author | van Hauser <vh@thc.org> | 2020-02-08 13:43:26 +0100 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-02-08 13:43:26 +0100 |
| commit | b5dae8e4f1b32cc256719e862e731fabc59029ba (patch) | |
| tree | ed01404f1556049841af5f280fa766388bcc02a0 /Makefile | |
| parent | 0403f008e3c68a9b212d38a5fc0de79eb2f40895 (diff) | |
| download | afl++-b5dae8e4f1b32cc256719e862e731fabc59029ba.tar.gz | |
fix for md changes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 70eac6b9..e1307fb1 100644 --- a/Makefile +++ b/Makefile @@ -423,7 +423,7 @@ endif install -m 755 afl-as $${DESTDIR}$(HELPER_PATH) ln -sf afl-as $${DESTDIR}$(HELPER_PATH)/as - install -m 644 docs/*.md docs/ChangeLog $${DESTDIR}$(DOC_PATH) + install -m 644 docs/*.md $${DESTDIR}$(DOC_PATH) cp -r testcases/ $${DESTDIR}$(MISC_PATH) cp -r dictionaries/ $${DESTDIR}$(MISC_PATH) |
