PlummersSoftwareLLC / Primes

Prime Number Projects in C#/C++/Python
https://plummerssoftwarellc.github.io/PrimeView/
2.43k stars 574 forks source link

GNU Make solution #930

Closed jastein693 closed 1 year ago

jastein693 commented 1 year ago

Description

GNU Make prime sieve solution

Contributing requirements

rbergen commented 1 year ago

@jastein693 I see you're using a submodule in this solution. I think it may be good to include the instructions for pulling in the submodule in the README. Submodules are not used that often, and they're not pulled/updated automatically when one clones or pulls the parent repo.

In this case it could be done by running git submodule update --init gmsl from your solution's directory. There's a section in the first CUDA solution's README, the first few lines of which you could use as inspiration for the README text.