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.