What is the proper syntax for getting a Makefile to print the output directory of one of its output zip files?
- by 9exceptionThrower9
I'm trying to edit an Android Makefile in the hopes of getting it to print out the directory (path) location of one the ZIP files it creates. Ideally, since the build process is long and does many things, I would like for it print out the pathway to the ZIP file to a text file in a different directory I can access later:
Pseudo-code idea:
#…