Added warning about forthcoming shift/reduce conflict
This commit is contained in:
parent
df2d12c52d
commit
8a90593fc0
|
@ -11,6 +11,11 @@ LEXLIB=-lln
|
||||||
cgg: bootgram.o
|
cgg: bootgram.o
|
||||||
cc $(LDFLAGS) bootgram.o $(LIBS) $(LEXLIB) -o cgg
|
cc $(LDFLAGS) bootgram.o $(LIBS) $(LEXLIB) -o cgg
|
||||||
|
|
||||||
|
bootgram.c: bootgram.y
|
||||||
|
@echo expect 1 shift/reduce conflict
|
||||||
|
yacc bootgram.y
|
||||||
|
mv y.tab.c bootgram.c
|
||||||
|
|
||||||
install: cgg
|
install: cgg
|
||||||
cp cgg ../../lib/cgg
|
cp cgg ../../lib/cgg
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue