From 5c726a8b0fb6e35edfa50120b9a76fe236bae558 Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Tue, 27 Oct 2020 09:32:33 -0500 Subject: new file: makefile new file: shellcode_gen --- makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 makefile (limited to 'makefile') 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 -- cgit v1.2.3