summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-09-11 18:20:46 -0400
committerrsiddharth <s@ricketyspace.net>2020-09-11 18:20:46 -0400
commit813b70b6a057aa76e3362ae6c19cae806c7d9fb9 (patch)
tree75ba7442544e48b335fa25d97021f874aa0594c9
parent12129febecb1ffefaa1a6b4b1ee040390bcbddeb (diff)
Makefile: feed: Add vendor/ to python path
Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d6db83..eb12420 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ html:
.PHONY: html
feed:
- python3 ./bin/feed
+ PYTHONPATH=vendor python3 ./bin/feed
.PHONY: feed