fix word directory copy for linux

This commit is contained in:
Greg Gauthier 2026-01-29 17:59:53 +00:00
parent cf33050822
commit 7580d80394

View File

@ -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: