11 lines
249 B
Makefile
11 lines
249 B
Makefile
plats.json: scripts/get_plats.py
|
|
./scripts/get_plats.py data/plats.geojson
|
|
|
|
.PHONY: satellite
|
|
satellite:
|
|
./scripts/download_satellite.py
|
|
|
|
.PHONY: deploy
|
|
deploy: plats.json satellite
|
|
rsync -avz ./ bert:/srv/www/lawrencedeerclub.chandlerswift.com/
|