diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2020-11-20 11:50:47 -0500 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2020-11-20 11:50:47 -0500 |
commit | dc7ebb9d424bb39d59f09b8498746beb871c46f4 (patch) | |
tree | 69b6e2f4bd1fd488ce85e680c3d550e56fa40572 /Makefile | |
parent | 6a88d1af2ee5894365a56af89a6e97140f3e804d (diff) |
- Cleaned up a bit of the code.
- Made the debug print for the CPU flags more
readable.
- Started work on implementing line number support
into SuBAsm.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ CLK_CFLAGS=-Dgetclk=0 endif +#OBJS = sux.o io.o $(DBG_OBJ) asmmon.o assemble.o lexer.o microcode.o OBJS = sux.o io.o $(DBG_OBJ) asmmon.o assemble.o lexer.o OBJS2 = subasm.o subeditor.o OBJS3 = opcode-gen.o csv-parse.o |