Browse Source

file executable

boyska 7 years ago
parent
commit
1471906054
2 changed files with 2 additions and 1 deletions
  1. 1 1
      Makefile
  2. 1 0
      readold.py

+ 1 - 1
Makefile

@@ -4,4 +4,4 @@ news_index.php:
 	wget -q 'https://old.ondarossa.info/news_index.php' -c
 
 old.json: news_index.php readold.py
-	python readold.py $< $@
+	./readold.py $< $@

+ 1 - 0
readold.py

@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
 import sys
 import json
 from pprint import pprint