summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-11-22 13:00:06 +0100
committerRoland Reichwein <mail@reichwein.it>2020-11-22 13:00:06 +0100
commit1fae63de23320a1663b7c591e247ad81852ab6dc (patch)
treebfe539b7eeb5a4d7b68aa1bf853898d60e34f784 /Makefile
parent739297d8895b08a9ecd8e81b01b7ba8e8dc4a8ae (diff)
Support 16-bit short
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5182643..dd8347d 100644
--- a/Makefile
+++ b/Makefile
@@ -82,6 +82,7 @@ PROGSRC=\
asm/parse.cpp \
asm/segment.cpp \
bnf.cpp \
+ byteorder.cpp \
cpp.cpp \
cppbnf.cpp \
coff.cpp \