Makefile
This commit is contained in:
parent
f2d2e75128
commit
dc1f8f9501
4
Makefile
4
Makefile
@ -3,7 +3,9 @@ build: piggybank setup.cfg README.md
|
||||
install:
|
||||
python -m pip install --upgrade dist/piggybank-1.0.0-py3-none-any.whl --user
|
||||
uninstall:
|
||||
# We change directory so pip uninstall will run, it'll fail otherwise.
|
||||
@cd ~/
|
||||
python -m pip uninstall piggybank
|
||||
clean:
|
||||
rm -rf piggybank/__pycache__ piggybank/cli/__pycache__ \
|
||||
rm -rf __pycache__ piggybank/__pycache__ piggybank/cli/__pycache__ \
|
||||
build piggybank.egg-info
|
Loading…
Reference in New Issue
Block a user