#
# makefile for programs using "ncurses" library
#
CC = gcc
OPT = -O
STD =
CFLAGS = -Wall -pedantic $(STD) $(OPT)
LDFLAGS = -lncurses