summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2020-07-11 21:26:15 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2020-07-11 21:26:15 -0300
commit86a991ee4306d83c422cc05d1076db50b5d94763 (patch)
tree7a5cc355478df711c3c9c0de2d1f2539034f65c8 /Makefile
parenta193e6a9fee8760000561ba4fe1a6ec13ea0018d (diff)
downloadjet-86a991ee4306d83c422cc05d1076db50b5d94763.tar.gz
jet-86a991ee4306d83c422cc05d1076db50b5d94763.zip
Update build params
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 661df70..c77dda8 100644
--- a/Makefile
+++ b/Makefile
@@ -8,4 +8,4 @@ jet: Makefile *.cpp
g++ $(FLAGS) jet.cpp -o jet
jet2: Makefile *.cpp
- g++ $(FLAGS) -lcurses $(shell ncursesw6-config --cflags --libs) jet2.cpp -o jet2
+ g++ $(FLAGS) -lncurses $(shell pkg-config --cflags --libs ncurses) jet2.cpp -o jet2