From eea6603fa17bfbe6d8e3aa6eb2f939b0598be17e Mon Sep 17 00:00:00 2001 From: Samuel Aubertin Date: Sun, 23 Jan 2022 20:00:32 +0100 Subject: [PATCH] Add LLD to the dependencies --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4e78fe7..e41b6d6 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ .SILENT: .NOTPARALLEL: -EXECUTABLES = clang gcc uuid rsync +EXECUTABLES = clang gcc uuid rsync lld DEPENDENCIES := $(foreach exec,$(EXECUTABLES), $(if $(shell which $(exec) 2> /dev/null),X,$(error "No '$(exec)' in PATH, please install it and restart octopus !"))) diff --git a/README.md b/README.md index 1fc0661..c47065a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ And compilation/linking flags such as: ## Dependencies -- ```clang``` +- ```clang``` and ```lld``` - ```gcc``` - ```sftp``` - ```uuid```