Tagged Questions
1
vote
5answers
2k views
Pre-build step in makefile
Hi!
How can I run a script, which must execute before all other makefile commands? And it will be nice (but not mandatory) to the script is not executed if there is nothing to build.
I've searched ...