Skip to content

Commit

Permalink
Add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoeSmo authored and SMB3Prime committed Jan 27, 2023
1 parent 3c587f4 commit cd22f62
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Assumed to be used on Ubuntu with wine for asm6.exe compatibility.

all: smb3.nes

smb3.nes: smb3.asm PRG/* CHR/*
wine asm6.exe smb3.asm
mv smb3.bin smb3.nes


clean:
rm smb3.nes

0 comments on commit cd22f62

Please sign in to comment.