From 2fe4521a966883f6d06f4df2170ff96f82c1f2c9 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sat, 7 Sep 2019 12:09:08 +0000 Subject: [PATCH] Remove locallex.o reference The file was deleted in 8e88659, finish eliminating it --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3dd6c18d..c07af573 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ rgbasm_obj := \ src/version.o src/asm/asmy.h: src/asm/asmy.c -src/asm/locallex.o src/asm/globlex.o src/asm/lexer.o src/asm/constexpr.o: src/asm/asmy.h +src/asm/globlex.o src/asm/lexer.o src/asm/constexpr.o: src/asm/asmy.h rgblink_obj := \ src/link/assign.o \