From 9b3b197c1003f3a2c88090726747945b66ab11fb Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Tue, 27 Oct 2020 04:43:22 -0500 Subject: modified: makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 5f792d2..c8eea7d 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,3 @@ make: install: shellcode_gen - ln $(shell pwd)/shellcode_gen /usr/bin/bash + ln $(shell pwd)/shellcode_gen /usr/bin/sc_gen -- cgit v1.2.3