rlcat:	rlcat.c
	cc -o rlcat rlcat.c -lm

clean:
	-rm -f *BAK *CKP .emacs_* *.core
	-rm -f rlcat.o rlcat
