From 4aa0bbec256b7227cffc041d17076337bc99f347 Mon Sep 17 00:00:00 2001 From: su-ex Date: Tue, 20 Jul 2021 20:31:29 +0200 Subject: [PATCH] Makefile: Let debian target only build Debian --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d68721..898cccb 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ linux: desktop-common $(YARN) --cwd element-desktop run build:64 --linux deb pacman tar.xz 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 $(YARN) --cwd element-desktop run build:64 --linux pacman