diff options
| author | van Hauser <vh@thc.org> | 2020-08-12 14:29:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-12 14:29:34 +0200 |
| commit | 8044ae28be2dd109ac16719ce2e304074fa74efd (patch) | |
| tree | dedf9bafaf8d176bc07912a2f512187af9048f36 /gcc_plugin/GNUmakefile | |
| parent | 986af28df27016813abdfdde8bdedda1f571703c (diff) | |
| parent | b38837f4ff8f2e52597b7908b9226500e5c61933 (diff) | |
| download | afl++-8044ae28be2dd109ac16719ce2e304074fa74efd.tar.gz | |
Merge pull request #496 from AFLplusplus/dev
push to stable
Diffstat (limited to 'gcc_plugin/GNUmakefile')
| -rw-r--r-- | gcc_plugin/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc_plugin/GNUmakefile b/gcc_plugin/GNUmakefile index 4a4f0dcd..f10a6c1d 100644 --- a/gcc_plugin/GNUmakefile +++ b/gcc_plugin/GNUmakefile @@ -163,7 +163,7 @@ install: all install -m 755 ../afl-gcc-fast $${DESTDIR}$(BIN_PATH) install -m 755 ../afl-gcc-pass.so ../afl-gcc-rt.o $${DESTDIR}$(HELPER_PATH) install -m 644 -T README.md $${DESTDIR}$(DOC_PATH)/README.gcc_plugin.md - install -m 644 -T README.instrument_file.md $${DESTDIR}$(DOC_PATH)/README.gcc_plugin.instrument_file.md + install -m 644 -T README.instrument_list.md $${DESTDIR}$(DOC_PATH)/README.gcc_plugin.instrument_file.md clean: rm -f *.o *.so *~ a.out core core.[1-9][0-9]* test-instr .test-instr0 .test-instr1 .test2 |
