This repository has been archived on 2026-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nesgame/Makefile

14 lines
149 B
Makefile
Raw Normal View History

all: nesgame.nes
nesgame.nes : nesgame.S
ophis -o $@ $<
.PHONY: test
test:
fceux nesgame.nes
.PHONY: clean
clean:
rm *nes
2012-11-02 22:23:15 -04:00
rm *nes.deb
rm *fns