From: Richard W.M. Jones Date: Sun, 5 Jan 2020 21:09:45 +0000 (+0000) Subject: Update TODO X-Git-Tag: v'0.2'~78 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=4503651d97beda66bcc9aa3242d0ed4dbcd28f6d;p=goals.git Update TODO --- 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"