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


all:	from to


from:	from.c

to:	to.c
