Initial commit

This commit is contained in:
SpiritCroc
2020-08-31 15:35:40 +02:00
commit 599fe14f46
8 changed files with 75 additions and 0 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
.PHONY: all web desktop
all: desktop
web:
yarn --cwd element-web dist
desktop: web
yarn --cwd element-desktop run fetch --cfgdir ''
yarn --cwd element-desktop run build:native
yarn --cwd element-desktop run build