From: David Griffith Date: Tue, 21 Aug 2012 08:05:12 +0000 (-0700) Subject: Possible nit X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=6b74707e7e008613bad4a6c0be40703eb814baf0;p=liskon_frotz.git Possible nit --- diff --git a/Makefile.tc b/Makefile.tc index e385629..f674c65 100644 --- a/Makefile.tc +++ b/Makefile.tc @@ -27,7 +27,7 @@ DOS_OBJECTS = $(DOS_DIR)\bcinit.o \ $(DOS_DIR)\bcsample.o \ $(DOS_DIR)\bcscreen.o \ $(DOS_DIR)\bctext.o \ - $(DOS_DIR)\bcblorb.o \ + $(DOS_DIR)\bcblorb.o CORE_DIR = src\common CORE_OBJECTS = $(CORE_DIR)\buffer.o \