diff options
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 |