From 29f96e86b50ac84aeebb4150d473669502157e2b Mon Sep 17 00:00:00 2001 From: bauen1 Date: Sun, 26 Nov 2017 21:19:42 +0100 Subject: [PATCH] Added documentation about the make bundle --- src/.config | 1 + src/README | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/.config b/src/.config index 9322121e7..0f5f4da72 100644 --- a/src/.config +++ b/src/.config @@ -259,6 +259,7 @@ COPY_SOURCE_ISO=true # libevent - event notification library. # links - text browser for the web. # lua - scripting language. +# make - GNU make utility # mll_utils - set of executable utilities (mll-*). # nano - simple command-line text editor with on-screen shortcuts.git # ncurses - "GUI-like" API that runs within a terminal emulator. diff --git a/src/README b/src/README index d5772337f..5c7a5be1c 100644 --- a/src/README +++ b/src/README @@ -82,6 +82,8 @@ Currently available overlay bundles: space. Use the "lua" command to run an interactive lua interpreter. +* make - GNU make utility + * MLL Utils - Set of experimental shell scripts (mll-*.sh) which provide additional functionality, e.g. installer and useful tools.