diff options
author | Brett Weiland <brett_weiland@bpcspace.com> | 2020-10-27 04:43:22 -0500 |
---|---|---|
committer | Brett Weiland <brett_weiland@bpcspace.com> | 2020-10-27 04:43:22 -0500 |
commit | 9b3b197c1003f3a2c88090726747945b66ab11fb (patch) | |
tree | f5b1723d84f6e9e31e86af866f745833e5440d31 /makefile | |
parent | 5c726a8b0fb6e35edfa50120b9a76fe236bae558 (diff) |
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |