added missing newline

This commit is contained in:
Bert van der Weerd 2022-09-26 00:00:06 +02:00
parent f18a0b2393
commit bfcc829d87
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -11,6 +11,7 @@ help :
@echo "use: make [help] [all] [clean] [build] [package] [artifacts]" @echo "use: make [help] [all] [clean] [build] [package] [artifacts]"
@echo "" @echo ""
@echo " fetch - get the latest tarball. must be done first, at least once." @echo " fetch - get the latest tarball. must be done first, at least once."
@echo ""
@echo " all - Build librewolf and it's windows artifacts." @echo " all - Build librewolf and it's windows artifacts."
@echo " build - Perform './mach build' on the extracted tarball." @echo " build - Perform './mach build' on the extracted tarball."
@echo " package - multilocale package." @echo " package - multilocale package."