hello code friends. im using gnu make for windows, for reasons. does anyone know how, or if, i can use windows environment variables inside my makefiles
anyway, the reason i asked that was because i wanna get back into doing code and stuff, so i figured i'd make some scripts for more easily starting new projects of various kinds from templates
the way i was doing snesdev code before was by including libsfx directly in the projects as a submodule and pointing the makefile to it that way. but i wanted to put it in a single location and use an env variable to point to it instead, so my setup script didn't have to copy a whole libsfx install around
i figured it out. you do ${ENVVAR_NAME} with the curly brackets