8 lines
99 B
Makefile
8 lines
99 B
Makefile
|
LSDIR = ../
|
||
|
PYTHON = python3
|
||
|
|
||
|
CMD = PYTHONPATH=$(LSDIR) $(PYTHON)
|
||
|
|
||
|
test_regs:
|
||
|
$(CMD) test_regs.py
|