Change output file extension .smc -> .sfc

This commit is contained in:
Colin McMillen 2015-05-31 12:32:36 -04:00
parent 1dc44a3f00
commit b802431925
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
*.smc
*.sfc
.wla*
*.pic
*.clr

View File

@ -2,5 +2,5 @@
pcx2snes -s32 -c16 -o16 -n sprites32
pcx2snes -s16 -c4 -o4 -n tiles
wla-65816 -o pewpew.asm pewpew.o
wlalink -vr wlalink.cfg pewpew.smc
del *.o
wlalink -vr wlalink.cfg pewpew.sfc
del *.o