added readme, and fixed linnux compilation

This commit is contained in:
bronku 2026-01-09 01:35:49 +01:00
parent b011a5d94c
commit 15e16138bd
6 changed files with 57 additions and 14 deletions

View file

@ -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