From 7580d80394f6974bd1173688229f97c1e46d48e2 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 29 Jan 2026 17:59:53 +0000 Subject: [PATCH] fix word directory copy for linux --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c0d4f02..23f83ec 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ $(TARGET): $(OBJS) # Copy wordlists to build directory words: $(TARGET) - cp -R words $(BUILD_DIR)/ + cp -R WORDS $(BUILD_DIR)/ # Clean build artifacts clean: