11 lines
140 B
Python
11 lines
140 B
Python
|
To build, type make
|
||
|
|
||
|
# make install and run
|
||
|
ir: install
|
||
|
rmmod tranzport
|
||
|
modprobe tranzport
|
||
|
|
||
|
# make install, run, and run tests
|
||
|
irt: ir
|
||
|
|