summaryrefslogtreecommitdiff
path: root/Makefile
blob: 959032c6882be52bfd33e9454f73c25b4f1fb0c7 (plain)
1
2
3
4
FLAGS=-lcurses $(shell ncursesw6-config --cflags --libs)

jet: Makefile *.cpp
	g++ $(FLAGS) jet.cpp -o jet