Update compile targets

This commit is contained in:
SpiritCroc
2020-09-01 17:41:38 +02:00
parent 599fe14f46
commit bd7c0a209d
6 changed files with 19 additions and 10 deletions

View File

@ -1,11 +1,20 @@
.PHONY: all web desktop
.PHONY: all web desktop desktop-common linux windows
all: desktop
web:
yarn --cwd element-web dist
desktop: web
desktop-common: web
yarn --cwd element-desktop run fetch --cfgdir ''
yarn --cwd element-desktop run build:native
yarn --cwd element-desktop run build
desktop: windows linux
linux: desktop-common
yarn --cwd element-desktop run build64linux
windows: desktop-common
yarn --cwd element-desktop run build64windows
-include release.mk