From bfcc829d87a2b39ca48fc1c82e6f075c5588743b Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Mon, 26 Sep 2022 00:00:06 +0200 Subject: [PATCH] added missing newline --- linux/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/Makefile b/linux/Makefile index 54109b2..bb2e003 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -11,6 +11,7 @@ help : @echo "use: make [help] [all] [clean] [build] [package] [artifacts]" @echo "" @echo " fetch - get the latest tarball. must be done first, at least once." + @echo "" @echo " all - Build librewolf and it's windows artifacts." @echo " build - Perform './mach build' on the extracted tarball." @echo " package - multilocale package."