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

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