bin_PROGRAMS = blc blc_SOURCES = \ main.cpp \ lexer/lexer.cpp \ parser/parser.cpp AM_CXXFLAGS = \ -std=c++17 \ -I$(top_srcdir)/include