about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2018-03-16 12:20:58 +0100
committervan Hauser <vh@thc.org>2018-03-16 12:20:58 +0100
commit91ed32b7e29565cdb92fa3ebb395066da939be47 (patch)
treeb96c327e7ad6d85ea5e2f58fd2ade3f68b8e556e /Makefile
parentec63e8c3dbea7e18bf3c2dd18d1216c5906f704e (diff)
downloadafl-dyninst-91ed32b7e29565cdb92fa3ebb395066da939be47.tar.gz
final dynamorio changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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