What argument do I need to use to export an executable file that will run on Mac from my Windows machine?
gcc *.c -o Program.? -?
*? = what goes here?
What argument do I need to use to export an executable file that will run on Mac from my Windows machine?
gcc *.c -o Program.? -?
*? = what goes here?