simplified includes
This commit is contained in:
parent
c01fbb784a
commit
17bac919c6
4 changed files with 5 additions and 5 deletions
2
makefile
2
makefile
|
|
@ -1,5 +1,5 @@
|
|||
CXX = g++
|
||||
ARGS = -std=c++17
|
||||
ARGS = -std=c++17 -Ibuild -Isrc
|
||||
BISON = /opt/homebrew/opt/bison/bin/bison
|
||||
FLEX = flex
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue