Some fixes
This commit is contained in:
parent
e83c5d93c9
commit
bf68e143c5
@ -37,7 +37,7 @@ clean:
|
||||
rm -f *.$(SUF) dummy Lpars.[ch] pars.c
|
||||
|
||||
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)/em_parser.h $(SRC_DIR)/eval.c $(SRC_DIR)/help.c \
|
||||
$(SRC_DIR)/mylex.c $(SRC_DIR)/pars.g $(SRC_DIR)/scan.c
|
||||
@ -45,9 +45,6 @@ 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
|
||||
$(CC) $(CFLAGS) -c Lpars.c
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user