CC	= cc
CFLAGS	= -DLINUX
LDFLAGS	= -N -s


all:	rdate


rdate:	rdate.c
