build: add make targets

This commit is contained in:
ktyl 2023-10-04 00:46:53 +01:00
parent d0e08324e8
commit ecbc5a24c4
1 changed files with 6 additions and 0 deletions

6
src/garden/Makefile Normal file
View File

@ -0,0 +1,6 @@
feed:
python feed.py `pwd`
rss: feed
.PHONY: feed