summaryrefslogtreecommitdiff
path: root/Makefile
blob: c4d3e50c21a20075bbb158eaa2be5a26c4f2511d (plain)
1
2
3
4
5
6
7
8
9
10
11
FLAGS=-ggdb -O0 -lcurses $(shell ncursesw6-config --cflags --libs)

_PHONY=all

all:jet jet2

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

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