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.
|
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
|