build: add make targets

This commit is contained in:
ktyl 2023-10-04 00:46:53 +01:00
parent 6ed995de6c
commit 9849fff782
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