mirror of
https://github.com/pyenv/pyenv-doctor.git
synced 2025-12-08 15:31:27 +09:00
add clean task
This commit is contained in:
parent
86b7f5eb04
commit
2e59c96af6
@ -8,3 +8,6 @@ python:
|
|||||||
install: python
|
install: python
|
||||||
mkdir -p "$(PREFIX)/bin"
|
mkdir -p "$(PREFIX)/bin"
|
||||||
install -m 755 $< "$(PREFIX)/bin/python"
|
install -m 755 $< "$(PREFIX)/bin/python"
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f python
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user