Quality Assurance, Audit and Tags #14
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
|
#!/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
|
;; else
|
||||||
(debug "There are no target rules in the recipe.~%"))))
|
(debug "There are no target rules in the recipe.~%"))))
|
||||||
|
|
||||||
;; Build each target in order.
|
;; Build each target in order
|
||||||
(when (not (null? targets))
|
(when (not (null? targets))
|
||||||
(let loop ((target (car targets))
|
(let loop ((target (car targets))
|
||||||
(rest (cdr 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