From: slack Date: Sat, 5 Jul 2008 12:27:01 +0000 (+0200) Subject: Fix in gbcore dependencies X-Git-Tag: v0.1~29 X-Git-Url: http://slack.codemaniacs.com/git/?a=commitdiff_plain;h=8169e17c4eca36c4e9e5844f96fcd79a9b4cd4af;p=wenboi.git Fix in gbcore dependencies --- 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