What are some alternatives to make for linux/freebsd?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I like SCons. It is constructed in such a way that every build script (a
SConstructfile) is also a syntactically valid Python program. So, you can build arbitrary Python logic into your build script if you need to.It’s also much faster than
makeand calculates many kinds of dependencies automatically.