From b9c9a2563a2c410738c47686f8303ba64f735a94 Mon Sep 17 00:00:00 2001 From: anon Date: Sun, 1 Oct 2023 20:52:14 +0200 Subject: [PATCH] visual replace artifact fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a42049..87cd2a5 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ LEXD:=source/ LEXF:=$(shell find ${LEXD} -iname '*.l') GENLEX:=$(subst .l,.c,${LEXF}) -SRCD:=source// +SRCD:=source/ OBJD:=object/ source:=$(shell find ${SRCD} -iname '*.c') ${GENLEX} object:=$(subst .c,.o,$(subst ${SRCD},${OBJD},${source}))