From 56d7b8ceaa4b4b012f1141a76965a364e3ea0c1a Mon Sep 17 00:00:00 2001 From: jsteube Date: Mon, 14 Jan 2019 09:08:03 +0100 Subject: [PATCH] Do not compile modules by default during migration --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index c8766db7a..a90c252ea 100644 --- a/src/Makefile +++ b/src/Makefile @@ -393,7 +393,7 @@ endif ## Targets: Native Compilation ## -default: $(HASHCAT_FRONTEND) modules +default: $(HASHCAT_FRONTEND) clean: $(RM) -f $(HASHCAT_FRONTEND)