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')
|
||||
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}))
|
||||
|
Loading…
x
Reference in New Issue
Block a user