This has probably been covered elsewhere but I can’t find it. How can I use project specific build systems? There is a make file for the project and I just would like to run that. The project contains all kind of file types.
Thanks!
This has probably been covered elsewhere but I can’t find it. How can I use project specific build systems? There is a make file for the project and I just would like to run that. The project contains all kind of file types.
Thanks!
If all you want to do is run a Makefile, and the Makefile is in your top level folder, then you shouldn’t need to do anything: primary+b will pick it up automatically.
If you do need a project specific build system, there’s an example here: sublimetext.com/docs/3/projects.html