Makefile usage help

This commit is contained in:
Bruno Bord 2019-07-29 12:06:49 +02:00
parent 1c0bc9e834
commit 40d597c41c
No known key found for this signature in database
GPG Key ID: 9499EA6788BF80A1
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,11 @@
help:
@echo "Skyfield data - Makefile targets (devs only)"
@echo
@echo " * download: Download all files if necessary, default options."
@echo " (see \`python download.py --help\` for options)"
@echo " * clean: remove all skyfield data from data directory."
@echo " * package: build python source package."
download:
python3 download.py

View File

@ -31,6 +31,10 @@ load = Loader(get_skyfield_data_path())
planets = load('de421.bsp')
```
## Developers
We're providing a ``Makefile`` with basic targets to play around with the toolkit. use ``make help`` to get more details.
## Copyright
### Data files