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: