From 0a7a2a7a8f95730811117bd2aa904f1843f65071 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Fri, 17 Apr 2020 22:07:14 -0400 Subject: Made both the assembly language monitor, and the emulator smaller, and faster. I am also starting to make SuBEditor's source code more readable. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4aee289..d8ca322 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-13-gbd6f