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```