diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ CFLAGS = -O2 -Wall -Wextra -pedantic -Wno-unused-parameter nes: - ${CC} ${CFLAGS} -o nes cpu.c rom.c ppu.c + ${CC} ${CFLAGS} -o nes cpu.c rom.c ppu.c apu.c test: nes ./nes ${HOME}/src/other/nes-test-roms/other/nestest.nes |