NES porting started
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
CFILES = nescoundrel.c
|
||||
OUTFILE = scoundrel.nes
|
||||
|
||||
$(OUTFILE): $(CFILES)
|
||||
cl65 -t nes -O -Os $(CFILES) -o $(OUTFILE)
|
||||
|
||||
clean:
|
||||
rm -f $(OUTFILE) *.o
|
||||
Reference in New Issue
Block a user