MSCDIR = ../../ PYTHON = python3 CMD = PYTHONPATH=$(MSCDIR) $(PYTHON) ft2232h_sync_tb: $(CMD) ft2232h_sync_tb.py ft2232h_async_tb: $(CMD) ft2232h_async_tb.py core_tb: $(CMD) core_tb.py