summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0a80f1..c6481cf 100644
--- a/Makefile
+++ b/Makefile
@@ -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