Added assertions
git-svn-id: svn://svn.cc65.org/cc65/trunk@2202 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -18,7 +18,8 @@ CVT=cfg/cvt-cfg.pl
|
||||
# -----------------------------------------------------------------------------
|
||||
# List of all object files
|
||||
|
||||
OBJS = bin.o \
|
||||
OBJS = asserts.o \
|
||||
bin.o \
|
||||
binfmt.o \
|
||||
condes.o \
|
||||
config.o \
|
||||
|
||||
@@ -43,7 +43,8 @@ CFLAGS += -i=..\common
|
||||
# ------------------------------------------------------------------------------
|
||||
# All OBJ files
|
||||
|
||||
OBJS = bin.obj \
|
||||
OBJS = asserts.obj \
|
||||
bin.obj \
|
||||
binfmt.obj \
|
||||
condes.obj \
|
||||
config.obj \
|
||||
|
||||
Reference in New Issue
Block a user