]> code.bitgloo.com Git - clyne/stmdspgui.git/commitdiff
makefile typo
authorClyne Sullivan <clyne@bitgloo.com>
Sun, 22 May 2022 20:49:19 +0000 (16:49 -0400)
committerClyne Sullivan <clyne@bitgloo.com>
Sun, 22 May 2022 20:49:19 +0000 (16:49 -0400)
Makefile

index dc62d10d41443b8420d5520c961e33ccefd43fde..ee9b2243a5ae2ec901bf680374f9801cbdffd77a 100644 (file)
--- 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