Makefile: Let debian target only build Debian

This commit is contained in:
su-ex 2021-07-20 20:31:29 +02:00
parent bdac1e4334
commit 4aa0bbec25
No known key found for this signature in database
GPG Key ID: D743C50C8B61984C

View File

@ -59,7 +59,7 @@ linux: desktop-common
$(YARN) --cwd element-desktop run build:64 --linux deb pacman tar.xz $(YARN) --cwd element-desktop run build:64 --linux deb pacman tar.xz
debian: desktop-common debian: desktop-common
$(YARN) --cwd element-desktop run build:64 --linux deb pacman tar.xz $(YARN) --cwd element-desktop run build:64 --linux deb
pacman: desktop-common pacman: desktop-common
$(YARN) --cwd element-desktop run build:64 --linux pacman $(YARN) --cwd element-desktop run build:64 --linux pacman