aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-01-29 06:35:54 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-01-29 06:35:54 +0100
commit29231c17524aa55ff5915b207d1e697c709b7073 (patch)
tree7b0f4c949f0861c8a1e7565f0b7358b33fb74f7c /Makefile
parentc843640f0f015c77dadb687b51b0f79696ecaa9b (diff)
downloadmitjafelicijan.com-29231c17524aa55ff5915b207d1e697c709b7073.tar.gz
Added YapYap
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