Add pointers to directories
Signed-off-by: Jacob Hrbek <kreyren@rixotstudio.cz>
This commit is contained in:
parent
0bc136cf3a
commit
9d81444490
1
examples/zz-README.org
Normal file
1
examples/zz-README.org
Normal file
@ -0,0 +1 @@
|
||||
Example use of the project
|
1
make/zz-README.org
Normal file
1
make/zz-README.org
Normal file
@ -0,0 +1 @@
|
||||
Backend the command `pmake`
|
2
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
1
tests/zz-README.org
Normal file
@ -0,0 +1 @@
|
||||
Directory storing tests
|
Loading…
Reference in New Issue
Block a user