Quality Assurance, Audit and Tags #14

Merged
kreyren merged 11 commits from QAaudit into central 2022-09-03 10:35:10 +02:00
5 changed files with 5 additions and 2 deletions
Showing only changes of commit 9d81444490 - Show all commits

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