Split src/asm/charmap.c into two files

This way it is easier to identify the license of the code.

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2018-01-26 18:43:38 +00:00
parent 33e9eb098c
commit b382dffdec
4 changed files with 77 additions and 68 deletions

View File

@@ -52,6 +52,7 @@ rgbasm_obj := \
src/extern/reallocarray.o \
src/extern/strlcpy.o \
src/extern/strlcat.o \
src/extern/utf8decoder.o \
src/extern/version.o