build: add make targets

This commit is contained in:
ktyl 2023-10-04 00:46:53 +01:00
parent 0cacdd0b10
commit 23134ef83c
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