From 4aeb842c3fb0e54132a5355deb697dda08e7b06e Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 13 Mar 2020 20:25:28 +0100 Subject: [PATCH] tools: Makefile: add a comment on disabling third party downloads fixes #11 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 71a1b72..a36014f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ #!/usr/bin/make -f +# remove 'download_extras' to build without third party software all: install_buildenv clean download_extras build install_buildenv: