From 3ae52c8cfdb1f8d6e887e9c8c980bbbec7fcb246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Tue, 26 May 2020 03:25:05 -0300 Subject: Add partial support for utf-8 --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3