Add pointers to directories

Signed-off-by: Jacob Hrbek <kreyren@rixotstudio.cz>
This commit is contained in:
Jacob Hrbek 2022-08-29 09:42:56 +02:00
parent 0bc136cf3a
commit 9d81444490
Signed by: kreyren
GPG Key ID: 667F0DAFAF09BA2B
5 changed files with 5 additions and 2 deletions

1
examples/zz-README.org Normal file

@ -0,0 +1 @@
Example use of the project

1
make/zz-README.org Normal file

@ -0,0 +1 @@
Backend the command `pmake`

2
pmake

@ -1,3 +1,3 @@
#!/usr/bin/env sh
exec guile -L . -e '(@ (make main) main)' -s "$0" "$@"
exec guile -L . -e '(@ (pmake main) main)' -s "$0" "$@"
!#

@ -303,7 +303,7 @@ targets listed on the parsed command-line are used."
;; else
(debug "There are no target rules in the recipe.~%"))))
;; Build each target in order.
;; Build each target in order
(when (not (null? targets))
(let loop ((target (car targets))
(rest (cdr targets)))

1
tests/zz-README.org Normal file

@ -0,0 +1 @@
Directory storing tests