Ver código fonte

visual replace artifact fix

master
anon 8 meses atrás
pai
commit
b9c9a2563a
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver arquivo

@@ -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}))


Carregando…
Cancelar
Salvar