diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-07-11 21:26:15 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-07-11 21:26:15 -0300 |
commit | 86a991ee4306d83c422cc05d1076db50b5d94763 (patch) | |
tree | 7a5cc355478df711c3c9c0de2d1f2539034f65c8 | |
parent | a193e6a9fee8760000561ba4fe1a6ec13ea0018d (diff) | |
download | jet-86a991ee4306d83c422cc05d1076db50b5d94763.tar.gz jet-86a991ee4306d83c422cc05d1076db50b5d94763.zip |
Update build params
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |