5 lines
38 B
Makefile
5 lines
38 B
Makefile
5 years ago
|
all: install
|
||
|
|
||
|
install:
|
||
|
pip install .
|