aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 13f1d1b..470ba21 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,14 @@ MAKEFLAGS+=-j3
2 2
3dev: watch server 3dev: watch server
4 4
5build: webring vault
6
5webring: 7webring:
6 ruby bin/webring.rb 8 ruby bin/webring.rb
7 9
10vault:
11 ruby bin/vault.rb
12
8watch: 13watch:
9 jekyll b --watch 14 jekyll b --watch
10 15