summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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