You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
199 B
Bash
10 lines
199 B
Bash
5 years ago
|
all: build install
|
||
|
|
||
|
build:
|
||
|
python3 setup.py build
|
||
|
|
||
|
install:
|
||
|
python3 setup.py install --user
|
||
|
cp sbb_binarize/sbb_binarize.py ~/bin/sbb_binarize
|
||
|
chmod +x ~/bin/sbb_binarize
|