Search Results

3
votes

How do I create a directory in a makefile

Make always wants to do things based on targets. It's not a general scripting tool. It looks at the targets and checks to see if they exist. If the target does not exist it executes the commands fo …