about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
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