7 lines
66 B
Makefile
7 lines
66 B
Makefile
.PHONY: all
|
|
|
|
all:
|
|
python setup.py sdist
|
|
test:
|
|
bash run_tests.sh
|