texindex.exe: texindex.obj
	cl -Fe$@ texindex.obj setargv.obj

texindex.obj: texindex.c
	cl -nologo -O2 -MD $<

clean::
	rm -f *.obj *.exe *~
