OBJECTS	=	j1f.obj

j1f.exe:	$(OBJECTS)
	cl $(OBJECTS) /link ..\floatlib /NOI

j1f.obj:	j1f.c\
		mconf.h
	cl -c $(CFLAGS) j1f.c

