From 702d638426b9d0aed5de0cfa422a3a1e3f773faa Mon Sep 17 00:00:00 2001 From: orboditilt <45944072+orboditilt@users.noreply.github.com> Date: Wed, 23 Jan 2019 19:42:11 +0100 Subject: [PATCH] kexploit makefile: always clean before building --- kexploit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kexploit/Makefile b/kexploit/Makefile index e435e49..4f9849a 100644 --- a/kexploit/Makefile +++ b/kexploit/Makefile @@ -1,4 +1,4 @@ -all: exploit.mscsb +all: clean exploit.mscsb clean: rm -f exploit.mscsb payload.s main.s