I have a pile of code that I’m putting together for CUDA compilation. What commands should I run to make them compile and link incrementally like in a makefile?
In other words, I want to distribute my code without having to send out copies of the nVidia makefile from the SDK. How can I roll my own?