Parcourir la source

file executable

boyska il y a 7 ans
Parent
commit
1471906054
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  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