diff options
author | Brett Weiland <techcrazybsw@gmail.com> | 2020-10-27 09:32:33 -0500 |
---|---|---|
committer | Brett Weiland <techcrazybsw@gmail.com> | 2020-10-27 09:32:33 -0500 |
commit | 5c726a8b0fb6e35edfa50120b9a76fe236bae558 (patch) | |
tree | 0d522887dd83d21db6331176071e7a496cb55496 /makefile |
new file: makefile
new file: shellcode_gen
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile new file mode 100644 index 0000000..5f792d2 --- /dev/null +++ b/makefile @@ -0,0 +1,3 @@ +make: +install: shellcode_gen + ln $(shell pwd)/shellcode_gen /usr/bin/bash |