From 4ea50ac71fe51822370a9b751099b2c392d766a3 Mon Sep 17 00:00:00 2001 From: mgr Date: Thu, 15 Sep 2022 22:08:49 +0200 Subject: [PATCH] Fix `make AppImage` Avoid following error: ``` ERROR: Unrecognized option '--no-tty' (command/topic "build"). ``` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb211d1..8de3dab 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ DESTDIR = /opt/$(MAIN) .PHONY: all install AppImage all: - alr build --no-tty + alr build install: all mkdir -p $(DESTDIR)