summaryrefslogtreecommitdiff
path: root/projs/Makefile
diff options
context:
space:
mode:
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)/