1 2 3 4 5 6 7 8
nes: ${CC} -o nes cpu.c rom.c test: nes ./nes ${HOME}/src/other/nes-test-roms/other/nestest.nes clean: rm -f *.o nes