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

Conversation

hendkai
Copy link

@hendkai hendkai commented Aug 2, 2024

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant