From c9cbeced5b3f2bdd7407e29c0811e65954132540 Mon Sep 17 00:00:00 2001 From: Root THC Date: Tue, 24 Feb 2026 12:42:47 +0000 Subject: initial --- other/shellkit/tmp/hpux-tools/sample-one/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 other/shellkit/tmp/hpux-tools/sample-one/Makefile (limited to 'other/shellkit/tmp/hpux-tools/sample-one/Makefile') diff --git a/other/shellkit/tmp/hpux-tools/sample-one/Makefile b/other/shellkit/tmp/hpux-tools/sample-one/Makefile new file mode 100644 index 0000000..aea8390 --- /dev/null +++ b/other/shellkit/tmp/hpux-tools/sample-one/Makefile @@ -0,0 +1,10 @@ +all: exploit vuln + +exploit: exploit.c + gcc exploit.c -o exploit +vuln: vuln.c + gcc vuln.c -o vuln + + +clean: + @rm -f core *.core *.o vuln exploit a.out -- cgit v1.3