Fix Makefile target name
This commit is contained in:
parent
12a2d05c7c
commit
6cd8b7e456
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
plats.json: scripts/get_plats.py
|
data/plats.json: scripts/get_plats.py
|
||||||
./scripts/get_plats.py data/plats.geojson
|
./scripts/get_plats.py data/plats.geojson
|
||||||
|
|
||||||
.PHONY: satellite
|
.PHONY: satellite
|
||||||
|
|
@ -6,5 +6,5 @@ satellite:
|
||||||
./scripts/download_satellite.py
|
./scripts/download_satellite.py
|
||||||
|
|
||||||
.PHONY: deploy
|
.PHONY: deploy
|
||||||
deploy: plats.json satellite
|
deploy: data/plats.json satellite
|
||||||
rsync -avz --exclude=unused/ --delete ./ bert:/srv/www/lawrencedeerclub.chandlerswift.com/
|
rsync -avz --exclude=unused/ --delete ./ bert:/srv/www/lawrencedeerclub.chandlerswift.com/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue