diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 46919a4..41e0b10 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,11 @@ -.PHONY: all -all: out/index.html out/feed.ass out/feed.atom +.PHONY: all posts index +all: posts index +index: out/index.html out/feed.ass out/feed.atom +posts: \ +out/feeds.html \ +out/our.html \ +out/tui.html \ +# posts end out/index.html: src/index.sh src/feed.ass sh $^ > $@ |