aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-01-31 05:02:27 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-01-31 05:02:27 +0100
commitfdb7af0afa20bba7a7eaaa7c96ee9df39654f6c4 (patch)
tree5cd964a9dcd6f370bb770cee5c4f396021010df3 /Makefile
parentbee56469a8cf81a27e8d1b9b99dca58886f78aa0 (diff)
downloadmitjafelicijan.com-fdb7af0afa20bba7a7eaaa7c96ee9df39654f6c4.tar.gz
Removed YapYap from Makefile build target
Diffstat (limited to 'Makefile')
-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