visual replace artifact fix
This commit is contained in:
parent
92ff012047
commit
b9c9a2563a
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ LEXD:=source/
|
|||||||
LEXF:=$(shell find ${LEXD} -iname '*.l')
|
LEXF:=$(shell find ${LEXD} -iname '*.l')
|
||||||
GENLEX:=$(subst .l,.c,${LEXF})
|
GENLEX:=$(subst .l,.c,${LEXF})
|
||||||
|
|
||||||
SRCD:=source//
|
SRCD:=source/
|
||||||
OBJD:=object/
|
OBJD:=object/
|
||||||
source:=$(shell find ${SRCD} -iname '*.c') ${GENLEX}
|
source:=$(shell find ${SRCD} -iname '*.c') ${GENLEX}
|
||||||
object:=$(subst .c,.o,$(subst ${SRCD},${OBJD},${source}))
|
object:=$(subst .c,.o,$(subst ${SRCD},${OBJD},${source}))
|
||||||
|
Loading…
Reference in New Issue
Block a user