When a project has a Makefile, the Build tab's "Build All" button will call make. What environment is make called from? How can I customize that environment?
My build needs access to a private GitHub token, which I have set in my ~/.profile and have tried setting in my ~/.Renviron. When I run make from the Terminal, the token is available and the build succeeds. When I run make with the Build All button ... no token.