Makefile 144 B

1234567
  1. all: old.json
  2. news_index.php:
  3. wget -q 'https://old.ondarossa.info/news_index.php' -c
  4. old.json: news_index.php readold.py
  5. ./readold.py $< $@