mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-03-31 21:24:27 +02:00
Add clean target
This commit is contained in:
parent
284adc1526
commit
01475d6af1
8
Makefile
8
Makefile
@ -1,4 +1,4 @@
|
||||
.PHONY: all web desktop desktop-common linux windows
|
||||
.PHONY: all web desktop desktop-common linux windows clean
|
||||
|
||||
CFGDIR ?= configs/sc
|
||||
|
||||
@ -25,3 +25,9 @@ linux: desktop-common
|
||||
|
||||
windows: desktop-common
|
||||
$(YARN) --cwd element-desktop run build64windows
|
||||
|
||||
clean:
|
||||
$(YARN) --cwd matrix-js-sdk clean
|
||||
$(YARN) --cwd matrix-react-sdk clean
|
||||
$(YARN) --cwd element-web clean
|
||||
$(YARN) --cwd element-desktop clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user