From 4503651d97beda66bcc9aa3242d0ed4dbcd28f6d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 5 Jan 2020 21:09:45 +0000 Subject: [PATCH] Update TODO --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index af661fd..1c9ab88 100644 --- a/TODO +++ b/TODO @@ -33,3 +33,9 @@ https://www.gnu.org/software/make/manual/html_node/Functions.html#Functions Make re-execs itself if the Makefile (or any include) changes, and goals should do something similar. See: https://www.gnu.org/software/make/manual/html_node/Remaking-Makefiles.html + +Code should be an expression, eg this ought to work: +let foo = { echo "hello" } + +Should the environment be populated by the actual environment, eg: +let homedir = "%HOME" -- 1.8.3.1