mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-06-10 04:35:52 +02:00
Update compile targets
This commit is contained in:
15
Makefile
15
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user