COREDIR = ../ PYTHON = python3 CMD = PYTHONPATH=$(COREDIR) $(PYTHON) bist_tb: $(CMD) bist_tb.py all: bist_tb