6 lines
53 B
Makefile
6 lines
53 B
Makefile
all:
|
|
python3 setup.py
|
|
|
|
test:
|
|
python3 setup.py test
|
all:
|
|
python3 setup.py
|
|
|
|
test:
|
|
python3 setup.py test
|