summaryrefslogtreecommitdiff
path: root/Makefile
blob: 8157a02b321c029cf578cc894a56f6a7a8796c2e (plain)
  1. # Refresh dataset with "make -B"
  2. all: data.json
  3. data.json:
  4. ./fetch-waypoints | ./poi2geojson -c > $@