To build, type make

# make install and run
ir: install 
	rmmod tranzport
	modprobe tranzport

# make install, run, and run tests
irt: ir
	
