aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b134590..73faa6c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
1MAKEFLAGS := --jobs=2
2
1provision: 3provision:
2 cd ~/Junk \ 4 cd ~/Junk \
3 git clone https://git.sr.ht/~sircmpwn/openring \ 5 git clone https://git.sr.ht/~sircmpwn/openring \
@@ -17,7 +19,9 @@ openring:
17 < template/openring.tmpl \ 19 < template/openring.tmpl \
18 > template/openring-build.html 20 > template/openring-build.html
19 21
20dev: openring 22dev: alternator server
23
24alternator: openring
21 alternator --watch 25 alternator --watch
22 26
23build: 27build:
@@ -33,6 +37,10 @@ build:
33 alternator --build 37 alternator --build
34 rm template/openring-build.html 38 rm template/openring-build.html
35 39
40 cd yapyap && yapyap --gen
41 cp yapyap/yapyap.xml public/
42 cp yapyap/theme.xsl public/
43
36server: 44server:
37 python3 -m http.server 8000 --directory public 45 python3 -m http.server 8000 --directory public
38 46