build: add make targets
This commit is contained in:
parent
6ed995de6c
commit
9849fff782
|
@ -0,0 +1,6 @@
|
||||||
|
feed:
|
||||||
|
python feed.py `pwd`
|
||||||
|
|
||||||
|
rss: feed
|
||||||
|
|
||||||
|
.PHONY: feed
|
Loading…
Reference in New Issue