#
# Makefile for cscript
#
all: cscript

cscript:	cscript.c
	$(CC) -o cscript $(CFLAGS) cscript.c

man: cscript.1
	nroff -man cscript.1 |col >man
