summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2020-05-26 03:25:05 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2020-05-26 03:25:05 -0300
commit3ae52c8cfdb1f8d6e887e9c8c980bbbec7fcb246 (patch)
tree8e0bef9529ea4802b06d5d95ad5c749c2662acaa /Makefile
parent98280238383dc390207827d09dc92e0459229134 (diff)
downloadjet-3ae52c8cfdb1f8d6e887e9c8c980bbbec7fcb246.tar.gz
jet-3ae52c8cfdb1f8d6e887e9c8c980bbbec7fcb246.zip
Add partial support for utf-8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index b50b5a1..959032c 100644
--- a/Makefile
+++ b/Makefile
@@ -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