Changeset 1709:c83a541585d6
- Timestamp:
- Dec 25, 2018, 10:08:28 PM (2 years ago)
- Branch:
- default
- histedit_source:
- 43c79a8b254bd5a8755342a26f894a0099b33ca2,1a5149d80b9a6fed6ac133bdd18626f25b488af5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r1702 r1709 8 8 PROJECT_DIR=$(shell pwd) 9 9 VERSION=$(shell cat VERSION) 10 PYTHON_BINARY?=python 210 PYTHON_BINARY?=python3 11 11 # Depending on the development system, this may be `pytest`, `py.test` 12 12 # or even something else. … … 116 116 remove_from_env: 117 117 rm -rf ${VIRTUAL_ENV}/doc/ftputil 118 rm -rf ${VIRTUAL_ENV}/lib/python 2.7/site-packages/ftputil118 rm -rf ${VIRTUAL_ENV}/lib/python3.7/site-packages/ftputil
Note: See TracChangeset
for help on using the changeset viewer.