diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c675df8 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +site: + python3 site_gen.py diff --git a/site_gen.py b/site_gen.py index 72b7f57..88278be 100755 --- a/site_gen.py +++ b/site_gen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import os from functools import reduce