aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozan yigit <ozan.yigit@gmail.com>2022-05-30 11:34:52 -0400
committerozan yigit <ozan.yigit@gmail.com>2022-05-30 11:34:52 -0400
commitb92d8cecd132ce8e02a373e28dd42e6be34d3d59 (patch)
tree9b116f6b611a3aeecb45bcf9cfd58947d233c26d
parent8fd1d697664f780b8adac60cb236d2f08f546f9b (diff)
downloadone-true-awk-b92d8cecd132ce8e02a373e28dd42e6be34d3d59.tar.gz
added YACC definition for byacc.
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 9ceaaad..df966ef 100644
--- a/makefile
+++ b/makefile
@@ -36,6 +36,7 @@ CC = $(HOSTCC) # change this is cross-compiling.
# By fiat, to make our lives easier, yacc is now defined to be bison.
# If you want something else, you're on your own.
+# YACC = yacc -d -b awkgram
YACC = bison -d
OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o