diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-07-11 21:31:36 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-07-11 21:31:36 -0300 |
commit | d4cc43aa36c6522aeb170ff46dc25ce50085e75c (patch) | |
tree | 44b7482b1e8fa0cbe6ae48b8bddfd1418320da64 /Makefile | |
parent | 86a991ee4306d83c422cc05d1076db50b5d94763 (diff) | |
download | jet-d4cc43aa36c6522aeb170ff46dc25ce50085e75c.tar.gz jet-d4cc43aa36c6522aeb170ff46dc25ce50085e75c.zip |
Update build params
Diffstat (limited to 'Makefile')
-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) -lncurses $(shell pkg-config --cflags --libs ncurses) jet2.cpp -o jet2 + g++ $(FLAGS) -lncurses -lncursesw $(shell pkg-config --cflags ncurses) jet2.cpp -o jet2 |