Makefile
This commit is contained in:
parent
53f6dea29c
commit
fa85aa9e83
8
src/asm/6502/nes/Makefile
Normal file
8
src/asm/6502/nes/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
all: test.nes
|
||||||
|
test.nes: test.o test.ini
|
||||||
|
wlalink -v test.ini test.nes
|
||||||
|
test.o: test.s nes.i chr.bin ../stream.s
|
||||||
|
wla-6502 -o test.o test.s
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm test.nes test.o
|
Loading…
Reference in a new issue