9 lines
85 B
Makefile
9 lines
85 B
Makefile
all:
|
|
python3 setup.py
|
|
|
|
test:
|
|
python3 setup.py test
|
|
|
|
clean:
|
|
python3 setup.py clean
|