# ---------------------------------------------------------------------
# makefile by bill buckels 2007
# ---------------------------------------------------------------------

double.sys: double.r
	LN65 +s double.R $(CR65)samain.r -lSYSIO -lg2 -lm -ls -lc -lSYSIO -lg2 -lm -ls -lc
	del double.R
	MAKEPRO double
	del double
	@echo double.SYS now created!

double.r: double.c
	c65 double.c

