calpick/Makefile

12 lines
231 B
Makefile

PROG = ncal
SRC = ncal.c calendar.c easter.c
FLAGS = -D_GNU_SOURCE -include bsd/string.h
LIBS += -ltinfo -lbsd -lncursesw
include config.mk
install-2:
(cd $(bindir); ln -sf ncal cal)
(cd $(mandir); ln -sf ncal.1 cal.1)