From 8169e17c4eca36c4e9e5844f96fcd79a9b4cd4af Mon Sep 17 00:00:00 2001 From: slack Date: Sat, 5 Jul 2008 14:27:01 +0200 Subject: [PATCH] Fix in gbcore dependencies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index feb16e4..75f4b6a 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ MBC.o: MBC.cc MBC.h Logger.h g++ $(CXXFLAGS) -c -o $@ $< gbcore.o: gbcore.cc gbcore.h opcodes.h disasm.h \ - GBRom.h Logger.h MBC.h GBMemory.h util.h + GBRom.h Logger.h MBC.h GBMemory.h GBVideo.h util.h g++ $(CXXFLAGS) -c -o $@ $< tests/test_gbrom: GBRom.cc GBRom.h -- 2.34.1