14 lines
192 B
Makefile
14 lines
192 B
Makefile
|
LEDIR = ../../
|
||
|
PYTHON = python3
|
||
|
|
||
|
CMD = PYTHONPATH=$(MSCDIR) $(PYTHON)
|
||
|
|
||
|
mac_crc_tb:
|
||
|
$(CMD) mac_crc_tb.py
|
||
|
|
||
|
mac_preamble_tb:
|
||
|
$(CMD) mac_preamble_preamble_tb.py
|
||
|
|
||
|
ethmac_tb:
|
||
|
$(CMD) ethmac_tb.py
|