From d4cc43aa36c6522aeb170ff46dc25ce50085e75c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Sat, 11 Jul 2020 21:31:36 -0300 Subject: Update build params --- Makefile | 2 +- jet2.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c77dda8..688d2da 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,4 @@ jet: Makefile *.cpp g++ $(FLAGS) jet.cpp -o jet jet2: Makefile *.cpp - g++ $(FLAGS) -lncurses $(shell pkg-config --cflags --libs ncurses) jet2.cpp -o jet2 + g++ $(FLAGS) -lncurses -lncursesw $(shell pkg-config --cflags ncurses) jet2.cpp -o jet2 diff --git a/jet2.cpp b/jet2.cpp index 1a088dd..fc4fcaa 100644 --- a/jet2.cpp +++ b/jet2.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include #include #include -- cgit v1.2.3