@@ -0,0 +1,12 @@
all: nesgame.nes
nesgame.nes : nesgame.S
NESASM3 $<
.PHONY: test
test:
fceux nesgame.nes
.PHONY: clean
clean:
rm *nes
rm *fns
The note is not visible to the blocked user.