1 2 3 4
FLAGS=-lcurses $(shell ncursesw6-config --cflags --libs) jet: Makefile *.cpp g++ $(FLAGS) jet.cpp -o jet