added readme, and fixed linnux compilation
This commit is contained in:
parent
b011a5d94c
commit
15e16138bd
6 changed files with 57 additions and 14 deletions
3
makefile
3
makefile
|
|
@ -1,6 +1,7 @@
|
|||
CXX = g++
|
||||
ARGS = -std=c++17 -Ibuild -Isrc
|
||||
BISON = /opt/homebrew/opt/bison/bin/bison
|
||||
#BISON = /opt/homebrew/opt/bison/bin/bison
|
||||
BISON = bison
|
||||
FLEX = flex
|
||||
|
||||
TARGET = build/py2rb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue