CPPFLAGS = -g
LDFLAGS = -lncurses -lgpm -ltvision

SOURCES := $(wildcard *.cc)
PROGS   := $(patsubst %.cc,%,$(SOURCES))

all: $(PROGS)
