aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 73faa6c..6e9acf0 100644
--- a/Makefile
+++ b/Makefile
@@ -37,10 +37,6 @@ build:
37 alternator --build 37 alternator --build
38 rm template/openring-build.html 38 rm template/openring-build.html
39 39
40 cd yapyap && yapyap --gen
41 cp yapyap/yapyap.xml public/
42 cp yapyap/theme.xsl public/
43
44server: 40server:
45 python3 -m http.server 8000 --directory public 41 python3 -m http.server 8000 --directory public
46 42