Updates the readme as well as a few config files.

This commit is contained in:
Markil3
2021-08-14 14:58:44 -06:00
parent ff13c5a575
commit 2d13980d98
4 changed files with 23 additions and 11 deletions

View File

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