From 02ef389567d5b79a055194d78418dba74119c01b Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 25 Aug 2020 12:57:29 -0400 Subject: add text editor to gui --- gui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/Makefile') diff --git a/gui/Makefile b/gui/Makefile index 99a0243..679e1e4 100644 --- a/gui/Makefile +++ b/gui/Makefile @@ -8,7 +8,7 @@ CXXFLAGS = --std=c++20 -ggdb -Og \ CXXFILES = $(shell find serial/src -name "*.cc") $(wildcard *.cpp) OFILES = $(patsubst %.cc, %.o, $(patsubst %.cpp, %.o, $(CXXFILES))) -LIBS = $(shell wx-config --libs) +LIBS = $(shell wx-config --libs) -lwx_gtk3u_stc-3.1 OUTELF = stmdspgui all: $(OUTELF) -- cgit v1.2.3