# dskvf makefile

VPATHDELIM = ;
VPATH = .;d:/c

calo = d:/c/

exe : dskvf.exe

dskvf.exe :
	lcc -o $@ $* -ltinymain.obj -lintlib
