From 291748a56824f77b137c66e9879ec0a4ecb14ced Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= <jtomas1815@gmail.com>
Date: Sat, 11 Jul 2020 21:36:01 -0300
Subject: Link libraries after compiling

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 688d2da..be67256 100644
--- a/Makefile
+++ b/Makefile
@@ -8,4 +8,4 @@ jet: Makefile *.cpp
 	g++ $(FLAGS) jet.cpp -o jet
 
 jet2: Makefile *.cpp
-	g++ $(FLAGS) -lncurses -lncursesw $(shell pkg-config --cflags ncurses) jet2.cpp -o jet2
+	g++ $(FLAGS) jet2.cpp -o jet2 $(shell pkg-config --cflags --libs ncurses)
-- 
cgit v1.2.3