diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2020-04-17 22:07:14 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2020-04-17 22:07:14 -0400 |
commit | 0a7a2a7a8f95730811117bd2aa904f1843f65071 (patch) | |
tree | 24d62bbdba0df124c7fe8af781312af993236ebb /Makefile | |
parent | c5150ee31f07208422f1435de9b35a0d0168cbb5 (diff) |
Made both the assembly language monitor, and the
emulator smaller, and faster.
I am also starting to make SuBEditor's source code
more readable.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ else PCC_CFLAGS= endif - CFLAGS = $(PCC_CFLAGS) $(CFLAGS_EXTRA) OBJS = sux.o asmmon.o lexer.o OBJS2 = subasm.o subeditor.o |