diff options
author | Max <mparisi@stevens.edu> | 2020-09-23 19:18:04 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-23 19:18:04 -0400 |
commit | 85d3aef57c73c271a27ffe3d488c2fff4b2f4a13 (patch) | |
tree | b6ff3a7805377d8b3741ccb1b690736081449ce4 /obj_files.mk | |
parent | 56ba9a5266a26c854e141e6d985ef2db11fa7d32 (diff) |
split ut_IOStream
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index 2f505c5..a00b5ba 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -95,6 +95,7 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/NW4R/ut_binaryFileFormat.o \ $(BUILD_DIR)/asm/NW4R/ut_CharStrmReader.o \ $(BUILD_DIR)/asm/NW4R/ut_TagProcessorBase.o \ + $(BUILD_DIR)/asm/NW4R/ut_IOStream.o \ $(BUILD_DIR)/asm/text_10_3.o \ $(BUILD_DIR)/asm/text_11.o |