all: lsx.c
	rpcgen sm_inter.x
	gcc -c lsx.c sm_inter_clnt.c sm_inter_xdr.c
	gcc -o lsx lsx.o sm_inter_clnt.o sm_inter_xdr.o
