diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-05-26 03:25:05 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-05-26 03:25:05 -0300 |
commit | 3ae52c8cfdb1f8d6e887e9c8c980bbbec7fcb246 (patch) | |
tree | 8e0bef9529ea4802b06d5d95ad5c749c2662acaa /Makefile | |
parent | 98280238383dc390207827d09dc92e0459229134 (diff) | |
download | jet-3ae52c8cfdb1f8d6e887e9c8c980bbbec7fcb246.tar.gz jet-3ae52c8cfdb1f8d6e887e9c8c980bbbec7fcb246.zip |
Add partial support for utf-8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,10 +1,4 @@ -FLAGS=-ggdb -O0 -fno-builtin -Wall -lcurses +FLAGS=-lcurses $(shell ncursesw6-config --cflags --libs) jet: Makefile *.cpp g++ $(FLAGS) jet.cpp -o jet - -page: Makefile page.cpp test/page.cpp - g++ $(FLAGS) test/page.cpp -o page - -point: Makefile page.cpp point.cpp test/point.cpp - g++ $(FLAGS) test/point.cpp -o point |