Updates the readme as well as a few config files.
This commit is contained in:
4
Makefile
4
Makefile
@@ -12,6 +12,7 @@ install_repeat: play_repeat
|
||||
|
||||
install_lollypop: lollypopint
|
||||
pip install dist/*.whl
|
||||
cp play ~/.local/bin/play_capture
|
||||
|
||||
play_capture: capture.c
|
||||
$(CC) -o play_capture capture.c
|
||||
@@ -22,6 +23,9 @@ play_repeat: repeat.c
|
||||
lollypopint: setup.py lollypopint/__init__.py
|
||||
python setup.py bdist_wheel
|
||||
|
||||
upload: lollypopint
|
||||
python -m twine upload dist/*
|
||||
|
||||
clean:
|
||||
rm -f play_capture play_repeat
|
||||
rm -fr build
|
||||
|
||||
Reference in New Issue
Block a user