buildlib:
	ifort	-lpthread unikey.f90 -cxxlib NetUniKey.x64.a -o lib.exe
runlib:
	./lib
clear:
	rm -f *.exe
