diff options
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 |