improvements

2020
Dawid J. Kubis 5 years ago
parent 10ec3df58c
commit b0dd677cd5

@ -1,4 +1,11 @@
all: code site
site:
python3 site_gen.py
.PHONY: site
code:
python3 code_gen.py
.PHONY: site code

@ -41,6 +41,7 @@ def path_dict(files):
di[x].append(y)
return di
if __name__=='__main__':
prefix = []
if os.path.exists('PREFIX.md'):
with open('PREFIX.md') as p:

Loading…
Cancel
Save