aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2022-05-22 16:49:19 -0400
committerClyne Sullivan <clyne@bitgloo.com>2022-05-22 16:49:19 -0400
commitf3277c3878c4b2e41acd1f35acce6b06a1ca5ac5 (patch)
treefd69ba422724693825fa1d830f4a31ada282ab30
parent93c41469829e339df9732f290dd0941bc91acefb (diff)
makefile typo
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc62d10..ee9b224 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ LDFLAGS = -mwindows -lSDL2 -lopengl32 -lsetupapi -lole32
OUTPUT := stmdspgui.exe
else
CXXFILES += source/serial/src/impl/unix.cc \
- source/serial/src/impl/list_ports/list_ports_unix.cc
+ source/serial/src/impl/list_ports/list_ports_linux.cc
LDFLAGS = -lSDL2 -lGL -lpthread
OUTPUT := stmdspgui
endif