aboutsummaryrefslogtreecommitdiffstats
path: root/gui/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-03-24 18:29:20 -0400
committerClyne Sullivan <clyne@bitgloo.com>2021-03-24 18:29:20 -0400
commitc59fdd88054cb99818d3d9008a447420f66dcbb9 (patch)
tree5aa777a75511887ab447401eb8311219d191dcb8 /gui/Makefile
parent5515642bf804870024633c1ad1887f819880b08c (diff)
found formula library; cleaned up wxmain file split
Diffstat (limited to 'gui/Makefile')
-rw-r--r--gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/Makefile b/gui/Makefile
index 20dd473..6b01fc0 100644
--- a/gui/Makefile
+++ b/gui/Makefile
@@ -2,7 +2,7 @@ CXX = g++-10
CXXFLAGS = --std=c++20 -ggdb -O0 \
-Wall -Wextra -pedantic \
-Wno-deprecated-copy \
- -Iserial/include \
+ -Iserial/include -IMETL/include -IMETL/dependencies/PEGTL/include \
$(shell wx-config --cxxflags)
CXXFILES = serial/src/serial.cc \