aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: b021949e04cb9a0f47e886ce0d6577d9a12a5ac4 (plain)
1
2
3
4
5
SOURCES=joshua.o main.o
CXXFLAGS=-I. -lncurses
CFLAGS=-I. -std=gnu99
all: $(SOURCES)
	g++ $(SOURCES) -lncurses