summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-09-11 18:20:25 -0400
committerrsiddharth <s@ricketyspace.net>2020-09-11 18:20:25 -0400
commit12129febecb1ffefaa1a6b4b1ee040390bcbddeb (patch)
treeca190a9a5c02e99c9416699b6b956a1b11fd8261 /Makefile
parent6cb9387d9493458c75829bc0da19f466ecceb068 (diff)
Makefile: html: Add vendor/ to python path
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f90a23..2d6db83 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ static: $(BUILD_DIR)
html:
- python3 ./bin/html
+ PYTHONPATH=vendor python3 ./bin/html
.PHONY: html
feed: