diff options
author | van Hauser <vh@thc.org> | 2018-03-16 12:20:58 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2018-03-16 12:20:58 +0100 |
commit | 91ed32b7e29565cdb92fa3ebb395066da939be47 (patch) | |
tree | b96c327e7ad6d85ea5e2f58fd2ade3f68b8e556e /Makefile | |
parent | ec63e8c3dbea7e18bf3c2dd18d1216c5906f704e (diff) | |
download | afl-dyninst-91ed32b7e29565cdb92fa3ebb395066da939be47.tar.gz |
final dynamorio changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 25ef545..f48af58 100644 --- a/Makefile +++ b/Makefile @@ -40,5 +40,5 @@ clean: install: all install -d $(INSTALL_ROOT)/bin install -d $(INSTALL_ROOT)/lib - install afl-dyninst $(INSTALL_ROOT)/bin + install afl-dyninst afl-dyninst.sh afl-fuzz-dyninst.sh $(INSTALL_ROOT)/bin install libAflDyninst.so $(INSTALL_ROOT)/lib |