I have a makefile in a directory of mine which builds scripts with certain environment variables set. What if I want to create another makefile in the same directory with di
You can name makefile whatever you want. I usually name it like somename.mk. To use it later you need to tell make what makefile you want. Use -f option for this: