# fswchlp makefile

OBJ = h.obj split.obj instr.obj strcpy.obj strcmp.obj

fswch.exe : $(OBJ)
	lcc -o $@ $(OBJ) -ltinymain.obj -lintlib
