From 6cd8b7e4568e681102ffa38dd6134b17716f3eb9 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Sat, 8 Nov 2025 17:27:38 -0600 Subject: [PATCH] Fix Makefile target name --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cde61c5..5b105fe 100644 --- a/Makefile +++ b/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 .PHONY: satellite @@ -6,5 +6,5 @@ satellite: ./scripts/download_satellite.py .PHONY: deploy -deploy: plats.json satellite +deploy: data/plats.json satellite rsync -avz --exclude=unused/ --delete ./ bert:/srv/www/lawrencedeerclub.chandlerswift.com/