Some fixes
This commit is contained in:
parent
a2fc0c859c
commit
3bdfdfc1cf
|
@ -37,7 +37,7 @@ clean:
|
||||||
rm -f *.$(SUF) dummy Lpars.[ch] pars.c
|
rm -f *.$(SUF) dummy Lpars.[ch] pars.c
|
||||||
|
|
||||||
pr:
|
pr:
|
||||||
@pr $(SRC_DIR)/Makefile $(SRC_DIR)/C_instr2.c $(SRC_DIR)/action.c \
|
@pr $(SRC_DIR)/proto.make $(SRC_DIR)/C_instr2.c $(SRC_DIR)/action.c \
|
||||||
$(SRC_DIR)/arg_type.h $(SRC_DIR)/decl.h $(SRC_DIR)/default.c \
|
$(SRC_DIR)/arg_type.h $(SRC_DIR)/decl.h $(SRC_DIR)/default.c \
|
||||||
$(SRC_DIR)/em_parser.h $(SRC_DIR)/eval.c $(SRC_DIR)/help.c \
|
$(SRC_DIR)/em_parser.h $(SRC_DIR)/eval.c $(SRC_DIR)/help.c \
|
||||||
$(SRC_DIR)/mylex.c $(SRC_DIR)/pars.g $(SRC_DIR)/scan.c
|
$(SRC_DIR)/mylex.c $(SRC_DIR)/pars.g $(SRC_DIR)/scan.c
|
||||||
|
@ -45,9 +45,6 @@ pr:
|
||||||
opr:
|
opr:
|
||||||
make pr | opr
|
make pr | opr
|
||||||
|
|
||||||
OFILES = pars.$(SUF) Lpars.$(SUF) scan.$(SUF) mylex.$(SUF) default.$(SUF) \
|
|
||||||
C_instr2.$(SUF) help.$(SUF) eval.$(SUF) action.$(SUF)
|
|
||||||
|
|
||||||
Lpars.$(SUF): Lpars.h $(SRC_DIR)/decl.h Lpars.c
|
Lpars.$(SUF): Lpars.h $(SRC_DIR)/decl.h Lpars.c
|
||||||
$(CC) $(CFLAGS) -c Lpars.c
|
$(CC) $(CFLAGS) -c Lpars.c
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue