7 lines
53 B
Makefile
7 lines
53 B
Makefile
|
feed:
|
||
|
python feed.py `pwd`
|
||
|
|
||
|
rss: feed
|
||
|
|
||
|
.PHONY: feed
|