Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Makefile #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Makefile #101

wants to merge 1 commit into from

Commits on Aug 2, 2024

  1. Update Makefile

    refactor: Update Makefile for cross-platform compatibility and OpenSSL linking
    
    - Defined CC and CFLAGS at the top for consistency.
    - Added simplevanitygen.o to the OBJS list and vanitygen++ target dependencies.
    - Ensured OPENCL_LIBS and LIBS are correctly set for different platforms.
    - Added -lcurl for oclvanityminer to link against libcurl.
    - Ensured clean target removes all object files and executables.
    - Updated comments for required packages on CentOS/Redhat and Ubuntu.
    
    This update ensures the Makefile works across different platforms and links correctly with the required libraries, including OpenSSL and libpcre.
    hendkai authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c1c891c View commit details
    Browse the repository at this point in the history