summaryrefslogtreecommitdiff
path: root/projs/Makefile
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2023-03-02 22:25:27 -0800
committerTrumeet <yuuta@yuuta.moe>2023-03-02 22:25:27 -0800
commitcab68c65c3c6f34a123f589f9d02a7cc697a9251 (patch)
tree1bb86976f531d7b2ff7c040bfb4c5411935be223 /projs/Makefile
parentc1d2c903396f484ab67be0a1e47cbd63d3357185 (diff)
downloadwww-cab68c65c3c6f34a123f589f9d02a7cc697a9251.tar
www-cab68c65c3c6f34a123f589f9d02a7cc697a9251.tar.gz
www-cab68c65c3c6f34a123f589f9d02a7cc697a9251.tar.bz2
www-cab68c65c3c6f34a123f589f9d02a7cc697a9251.zip
Use Makefile x2
Diffstat (limited to 'projs/Makefile')
-rw-r--r--projs/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/projs/Makefile b/projs/Makefile
new file mode 100644
index 0000000..2feef7f
--- /dev/null
+++ b/projs/Makefile
@@ -0,0 +1,8 @@
+.POSIX:
+all:
+ yarn install
+ yarn build
+ sed -i "s/\/assets/assets/g" dist/index.html
+
+install:
+ cp -r dist/* $(DISTDIR)/