From 4ea176f351eb94ae5990229aaa1d73a95ae62e30 Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Mon, 9 Feb 2026 11:21:56 +0000 Subject: Setup build system. Removed cmake. Added build instructions to README --- src/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..40b1655 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,10 @@ +bin_PROGRAMS = blc + +blc_SOURCES = \ + main.cpp \ + lexer/lexer.cpp \ + parser/parser.cpp + +AM_CXXFLAGS = \ + -std=c++17 \ + -I$(top_srcdir)/include -- cgit v1.2.3