diff --git a/src/asm/6502/nes/Makefile b/src/asm/6502/nes/Makefile new file mode 100644 index 000000000..647c81479 --- /dev/null +++ b/src/asm/6502/nes/Makefile @@ -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