aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 40b1655..b78467c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,8 +2,8 @@ bin_PROGRAMS = blc
blc_SOURCES = \
main.cpp \
- lexer/lexer.cpp \
- parser/parser.cpp
+ lexer.cpp \
+ parser.cpp
AM_CXXFLAGS = \
-std=c++17 \