#92150 - dshacker - Tue Jul 11, 2006 8:57 pm
When I run a makefile with my pong game, it comes up then goes away right away. THis is my code that I have for my make.bat file.
This is what I have
path=C:\devkitadv\bin
gcc -o pong.elf pong.c -lm
objcopy -O binary pong.elf pong.bin
Now when I run it it goes away right away.
This is what I have
path=C:\devkitadv\bin
gcc -o pong.elf pong.c -lm
objcopy -O binary pong.elf pong.bin
Now when I run it it goes away right away.