# MSC compatible makefile

#set environment MODEL=S,M,L,C, or H to specify model

exestr.exe: $*.c
	CC /A$(MODEL) $*.c 
