garminexport/Makefile

11 lines
151 B
Makefile
Raw Normal View History

2014-11-08 13:35:47 +01:00
venv:
virtualenv venv.garminexport
init:
pip install -r requirements.txt
clean:
find -name '*~' -exec rm {} \;
find -name '*pyc' -exec rm {} \;